Skip to content

Commit 8d02694

Browse files
committed
chore: update snapshots
1 parent dd0c787 commit 8d02694

28 files changed

Lines changed: 287 additions & 287 deletions

File tree

packages/react-charts/src/victory/components/Chart/__snapshots__/Chart.test.tsx.snap

Lines changed: 37 additions & 37 deletions
Large diffs are not rendered by default.

packages/react-charts/src/victory/components/ChartArea/__snapshots__/ChartArea.test.tsx.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ exports[`ChartArea 1`] = `
3434
d="M50,250L57,246L64,242L71,238L78,234L85,230L92,226L99,222L106,218L113,214.00000000000003L120,210L127,206L134,202L141,198L148,194L155,190L162,185.99999999999997L169,181.99999999999997L176,178L183,174L190,170L197,166.00000000000003L204,162L211,158L218,154L225,150L232,146L239,142L246.00000000000003,138L252.99999999999997,134L260,130L267,126L274,122L281,117.99999999999999L288,113.99999999999999L295,109.99999999999999L302,106L309,102L316,98L323,94L330,89.99999999999999L337,85.99999999999999L344,82L351,78L358,74L365,70L372,65.99999999999999L379,61.999999999999986L386,58.00000000000001L393,54.00000000000001L400,50L400,250L393,250L386,250L379,250L372,250L365,250L358,250L351,250L344,250L337,250L330,250L323,250L316,250L309,250L302,250L295,250L288,250L281,250L274,250L267,250L260,250L252.99999999999997,250L246.00000000000003,250L239,250L232,250L225,250L218,250L211,250L204,250L197,250L190,250L183,250L176,250L169,250L162,250L155,250L148,250L141,250L134,250L127,250L120,250L113,250L106,250L99,250L92,250L85,250L78,250L71,250L64,250L57,250L50,250Z"
3535
role="presentation"
3636
shape-rendering="auto"
37-
style="fill: var(--pf-v6-chart-theme--blue--ColorScale--100, #0066cc); fill-opacity: 0.3; stroke-width: 2; stroke: var(--pf-v6-chart-theme--blue--ColorScale--100, #0066cc);"
37+
style="fill: var(--pf-v6-chart-theme--blue--ColorScale--100, #0066cc); fill-opacity: var(--pf-v6-chart-area--Opacity, 30%); stroke-width: 2; stroke: var(--pf-v6-chart-theme--blue--ColorScale--100, #0066cc);"
3838
/>
3939
</g>
4040
</svg>
@@ -86,7 +86,7 @@ exports[`ChartArea 2`] = `
8686
d="M50,250L57,246L64,242L71,238L78,234L85,230L92,226L99,222L106,218L113,214.00000000000003L120,210L127,206L134,202L141,198L148,194L155,190L162,185.99999999999997L169,181.99999999999997L176,178L183,174L190,170L197,166.00000000000003L204,162L211,158L218,154L225,150L232,146L239,142L246.00000000000003,138L252.99999999999997,134L260,130L267,126L274,122L281,117.99999999999999L288,113.99999999999999L295,109.99999999999999L302,106L309,102L316,98L323,94L330,89.99999999999999L337,85.99999999999999L344,82L351,78L358,74L365,70L372,65.99999999999999L379,61.999999999999986L386,58.00000000000001L393,54.00000000000001L400,50L400,250L393,250L386,250L379,250L372,250L365,250L358,250L351,250L344,250L337,250L330,250L323,250L316,250L309,250L302,250L295,250L288,250L281,250L274,250L267,250L260,250L252.99999999999997,250L246.00000000000003,250L239,250L232,250L225,250L218,250L211,250L204,250L197,250L190,250L183,250L176,250L169,250L162,250L155,250L148,250L141,250L134,250L127,250L120,250L113,250L106,250L99,250L92,250L85,250L78,250L71,250L64,250L57,250L50,250Z"
8787
role="presentation"
8888
shape-rendering="auto"
89-
style="fill: var(--pf-v6-chart-theme--blue--ColorScale--100, #0066cc); fill-opacity: 0.3; stroke-width: 2; stroke: var(--pf-v6-chart-theme--blue--ColorScale--100, #0066cc);"
89+
style="fill: var(--pf-v6-chart-theme--blue--ColorScale--100, #0066cc); fill-opacity: var(--pf-v6-chart-area--Opacity, 30%); stroke-width: 2; stroke: var(--pf-v6-chart-theme--blue--ColorScale--100, #0066cc);"
9090
/>
9191
</g>
9292
</svg>
@@ -138,7 +138,7 @@ exports[`renders component data 1`] = `
138138
d="M50,192.85714285714286L166.66666666666666,135.71428571428572L283.3333333333333,67.14285714285712L400,50L400,250L283.3333333333333,250L166.66666666666666,250L50,250Z"
139139
role="presentation"
140140
shape-rendering="auto"
141-
style="fill: var(--pf-v6-chart-theme--blue--ColorScale--100, #0066cc); fill-opacity: 0.3; stroke-width: 2; stroke: var(--pf-v6-chart-theme--blue--ColorScale--100, #0066cc);"
141+
style="fill: var(--pf-v6-chart-theme--blue--ColorScale--100, #0066cc); fill-opacity: var(--pf-v6-chart-area--Opacity, 30%); stroke-width: 2; stroke: var(--pf-v6-chart-theme--blue--ColorScale--100, #0066cc);"
142142
/>
143143
</g>
144144
</svg>

packages/react-charts/src/victory/components/ChartAxis/__snapshots__/ChartAxis.test.tsx.snap

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exports[`ChartAxis 1`] = `
1616
<line
1717
role="presentation"
1818
shape-rendering="auto"
19-
style="stroke: var(--pf-v6-chart-axis--axis--stroke--Color, #c7c7c7); fill: var(--pf-v6-chart-axis--axis--Fill, transparent); stroke-width: 1; stroke-linecap: round; stroke-linejoin: round;"
19+
style="stroke: var(--pf-v6-chart-axis--axis--stroke--Color, #e0e0e0); fill: var(--pf-v6-chart-axis--axis--Fill, transparent); stroke-width: 1; stroke-linecap: round; stroke-linejoin: round;"
2020
vector-effect="non-scaling-stroke"
2121
x1="50"
2222
x2="400"
@@ -29,7 +29,7 @@ exports[`ChartAxis 1`] = `
2929
<line
3030
role="presentation"
3131
shape-rendering="auto"
32-
style="stroke: var(--pf-v6-chart-axis--tick--stroke--Color, #c7c7c7); fill: var(--pf-v6-chart-axis--tick--Fill, transparent); size: 5px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;"
32+
style="stroke: var(--pf-v6-chart-axis--tick--stroke--Color, #e0e0e0); fill: var(--pf-v6-chart-axis--tick--Fill, transparent); size: 5px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;"
3333
vector-effect="non-scaling-stroke"
3434
x1="50"
3535
x2="50"
@@ -60,7 +60,7 @@ exports[`ChartAxis 1`] = `
6060
<line
6161
role="presentation"
6262
shape-rendering="auto"
63-
style="stroke: var(--pf-v6-chart-axis--tick--stroke--Color, #c7c7c7); fill: var(--pf-v6-chart-axis--tick--Fill, transparent); size: 5px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;"
63+
style="stroke: var(--pf-v6-chart-axis--tick--stroke--Color, #e0e0e0); fill: var(--pf-v6-chart-axis--tick--Fill, transparent); size: 5px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;"
6464
vector-effect="non-scaling-stroke"
6565
x1="120"
6666
x2="120"
@@ -91,7 +91,7 @@ exports[`ChartAxis 1`] = `
9191
<line
9292
role="presentation"
9393
shape-rendering="auto"
94-
style="stroke: var(--pf-v6-chart-axis--tick--stroke--Color, #c7c7c7); fill: var(--pf-v6-chart-axis--tick--Fill, transparent); size: 5px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;"
94+
style="stroke: var(--pf-v6-chart-axis--tick--stroke--Color, #e0e0e0); fill: var(--pf-v6-chart-axis--tick--Fill, transparent); size: 5px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;"
9595
vector-effect="non-scaling-stroke"
9696
x1="190"
9797
x2="190"
@@ -122,7 +122,7 @@ exports[`ChartAxis 1`] = `
122122
<line
123123
role="presentation"
124124
shape-rendering="auto"
125-
style="stroke: var(--pf-v6-chart-axis--tick--stroke--Color, #c7c7c7); fill: var(--pf-v6-chart-axis--tick--Fill, transparent); size: 5px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;"
125+
style="stroke: var(--pf-v6-chart-axis--tick--stroke--Color, #e0e0e0); fill: var(--pf-v6-chart-axis--tick--Fill, transparent); size: 5px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;"
126126
vector-effect="non-scaling-stroke"
127127
x1="260"
128128
x2="260"
@@ -153,7 +153,7 @@ exports[`ChartAxis 1`] = `
153153
<line
154154
role="presentation"
155155
shape-rendering="auto"
156-
style="stroke: var(--pf-v6-chart-axis--tick--stroke--Color, #c7c7c7); fill: var(--pf-v6-chart-axis--tick--Fill, transparent); size: 5px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;"
156+
style="stroke: var(--pf-v6-chart-axis--tick--stroke--Color, #e0e0e0); fill: var(--pf-v6-chart-axis--tick--Fill, transparent); size: 5px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;"
157157
vector-effect="non-scaling-stroke"
158158
x1="330"
159159
x2="330"
@@ -184,7 +184,7 @@ exports[`ChartAxis 1`] = `
184184
<line
185185
role="presentation"
186186
shape-rendering="auto"
187-
style="stroke: var(--pf-v6-chart-axis--tick--stroke--Color, #c7c7c7); fill: var(--pf-v6-chart-axis--tick--Fill, transparent); size: 5px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;"
187+
style="stroke: var(--pf-v6-chart-axis--tick--stroke--Color, #e0e0e0); fill: var(--pf-v6-chart-axis--tick--Fill, transparent); size: 5px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;"
188188
vector-effect="non-scaling-stroke"
189189
x1="400"
190190
x2="400"
@@ -240,7 +240,7 @@ exports[`ChartAxis 2`] = `
240240
<line
241241
role="presentation"
242242
shape-rendering="auto"
243-
style="stroke: var(--pf-v6-chart-axis--axis--stroke--Color, #c7c7c7); fill: var(--pf-v6-chart-axis--axis--Fill, transparent); stroke-width: 1; stroke-linecap: round; stroke-linejoin: round;"
243+
style="stroke: var(--pf-v6-chart-axis--axis--stroke--Color, #e0e0e0); fill: var(--pf-v6-chart-axis--axis--Fill, transparent); stroke-width: 1; stroke-linecap: round; stroke-linejoin: round;"
244244
vector-effect="non-scaling-stroke"
245245
x1="50"
246246
x2="400"
@@ -253,7 +253,7 @@ exports[`ChartAxis 2`] = `
253253
<line
254254
role="presentation"
255255
shape-rendering="auto"
256-
style="stroke: var(--pf-v6-chart-axis--tick--stroke--Color, #c7c7c7); fill: var(--pf-v6-chart-axis--tick--Fill, transparent); size: 5px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;"
256+
style="stroke: var(--pf-v6-chart-axis--tick--stroke--Color, #e0e0e0); fill: var(--pf-v6-chart-axis--tick--Fill, transparent); size: 5px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;"
257257
vector-effect="non-scaling-stroke"
258258
x1="50"
259259
x2="50"
@@ -284,7 +284,7 @@ exports[`ChartAxis 2`] = `
284284
<line
285285
role="presentation"
286286
shape-rendering="auto"
287-
style="stroke: var(--pf-v6-chart-axis--tick--stroke--Color, #c7c7c7); fill: var(--pf-v6-chart-axis--tick--Fill, transparent); size: 5px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;"
287+
style="stroke: var(--pf-v6-chart-axis--tick--stroke--Color, #e0e0e0); fill: var(--pf-v6-chart-axis--tick--Fill, transparent); size: 5px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;"
288288
vector-effect="non-scaling-stroke"
289289
x1="120"
290290
x2="120"
@@ -315,7 +315,7 @@ exports[`ChartAxis 2`] = `
315315
<line
316316
role="presentation"
317317
shape-rendering="auto"
318-
style="stroke: var(--pf-v6-chart-axis--tick--stroke--Color, #c7c7c7); fill: var(--pf-v6-chart-axis--tick--Fill, transparent); size: 5px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;"
318+
style="stroke: var(--pf-v6-chart-axis--tick--stroke--Color, #e0e0e0); fill: var(--pf-v6-chart-axis--tick--Fill, transparent); size: 5px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;"
319319
vector-effect="non-scaling-stroke"
320320
x1="190"
321321
x2="190"
@@ -346,7 +346,7 @@ exports[`ChartAxis 2`] = `
346346
<line
347347
role="presentation"
348348
shape-rendering="auto"
349-
style="stroke: var(--pf-v6-chart-axis--tick--stroke--Color, #c7c7c7); fill: var(--pf-v6-chart-axis--tick--Fill, transparent); size: 5px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;"
349+
style="stroke: var(--pf-v6-chart-axis--tick--stroke--Color, #e0e0e0); fill: var(--pf-v6-chart-axis--tick--Fill, transparent); size: 5px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;"
350350
vector-effect="non-scaling-stroke"
351351
x1="260"
352352
x2="260"
@@ -377,7 +377,7 @@ exports[`ChartAxis 2`] = `
377377
<line
378378
role="presentation"
379379
shape-rendering="auto"
380-
style="stroke: var(--pf-v6-chart-axis--tick--stroke--Color, #c7c7c7); fill: var(--pf-v6-chart-axis--tick--Fill, transparent); size: 5px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;"
380+
style="stroke: var(--pf-v6-chart-axis--tick--stroke--Color, #e0e0e0); fill: var(--pf-v6-chart-axis--tick--Fill, transparent); size: 5px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;"
381381
vector-effect="non-scaling-stroke"
382382
x1="330"
383383
x2="330"
@@ -408,7 +408,7 @@ exports[`ChartAxis 2`] = `
408408
<line
409409
role="presentation"
410410
shape-rendering="auto"
411-
style="stroke: var(--pf-v6-chart-axis--tick--stroke--Color, #c7c7c7); fill: var(--pf-v6-chart-axis--tick--Fill, transparent); size: 5px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;"
411+
style="stroke: var(--pf-v6-chart-axis--tick--stroke--Color, #e0e0e0); fill: var(--pf-v6-chart-axis--tick--Fill, transparent); size: 5px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;"
412412
vector-effect="non-scaling-stroke"
413413
x1="400"
414414
x2="400"
@@ -565,7 +565,7 @@ exports[`renders component data 1`] = `
565565
<line
566566
role="presentation"
567567
shape-rendering="auto"
568-
style="stroke: var(--pf-v6-chart-axis--axis--stroke--Color, #c7c7c7); fill: var(--pf-v6-chart-axis--axis--Fill, transparent); stroke-width: 1; stroke-linecap: round; stroke-linejoin: round;"
568+
style="stroke: var(--pf-v6-chart-axis--axis--stroke--Color, #e0e0e0); fill: var(--pf-v6-chart-axis--axis--Fill, transparent); stroke-width: 1; stroke-linecap: round; stroke-linejoin: round;"
569569
vector-effect="non-scaling-stroke"
570570
x1="50"
571571
x2="250"
@@ -578,7 +578,7 @@ exports[`renders component data 1`] = `
578578
<line
579579
role="presentation"
580580
shape-rendering="auto"
581-
style="stroke: var(--pf-v6-chart-axis--tick--stroke--Color, #c7c7c7); fill: var(--pf-v6-chart-axis--tick--Fill, transparent); size: 5px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;"
581+
style="stroke: var(--pf-v6-chart-axis--tick--stroke--Color, #e0e0e0); fill: var(--pf-v6-chart-axis--tick--Fill, transparent); size: 5px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;"
582582
vector-effect="non-scaling-stroke"
583583
x1="128.33333333333331"
584584
x2="128.33333333333331"
@@ -609,7 +609,7 @@ exports[`renders component data 1`] = `
609609
<line
610610
role="presentation"
611611
shape-rendering="auto"
612-
style="stroke: var(--pf-v6-chart-axis--tick--stroke--Color, #c7c7c7); fill: var(--pf-v6-chart-axis--tick--Fill, transparent); size: 5px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;"
612+
style="stroke: var(--pf-v6-chart-axis--tick--stroke--Color, #e0e0e0); fill: var(--pf-v6-chart-axis--tick--Fill, transparent); size: 5px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;"
613613
vector-effect="non-scaling-stroke"
614614
x1="176.66666666666666"
615615
x2="176.66666666666666"
@@ -640,7 +640,7 @@ exports[`renders component data 1`] = `
640640
<line
641641
role="presentation"
642642
shape-rendering="auto"
643-
style="stroke: var(--pf-v6-chart-axis--tick--stroke--Color, #c7c7c7); fill: var(--pf-v6-chart-axis--tick--Fill, transparent); size: 5px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;"
643+
style="stroke: var(--pf-v6-chart-axis--tick--stroke--Color, #e0e0e0); fill: var(--pf-v6-chart-axis--tick--Fill, transparent); size: 5px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;"
644644
vector-effect="non-scaling-stroke"
645645
x1="224.99999999999997"
646646
x2="224.99999999999997"
@@ -672,7 +672,7 @@ exports[`renders component data 1`] = `
672672
<line
673673
role="presentation"
674674
shape-rendering="auto"
675-
style="stroke: var(--pf-v6-chart-axis--axis--stroke--Color, #c7c7c7); fill: var(--pf-v6-chart-axis--axis--Fill, transparent); stroke-width: 1; stroke-linecap: round; stroke-linejoin: round;"
675+
style="stroke: var(--pf-v6-chart-axis--axis--stroke--Color, #e0e0e0); fill: var(--pf-v6-chart-axis--axis--Fill, transparent); stroke-width: 1; stroke-linecap: round; stroke-linejoin: round;"
676676
vector-effect="non-scaling-stroke"
677677
x1="50"
678678
x2="50"
@@ -685,7 +685,7 @@ exports[`renders component data 1`] = `
685685
<line
686686
role="presentation"
687687
shape-rendering="auto"
688-
style="stroke: var(--pf-v6-chart-axis--tick--stroke--Color, #c7c7c7); fill: var(--pf-v6-chart-axis--tick--Fill, transparent); size: 5px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;"
688+
style="stroke: var(--pf-v6-chart-axis--tick--stroke--Color, #e0e0e0); fill: var(--pf-v6-chart-axis--tick--Fill, transparent); size: 5px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;"
689689
vector-effect="non-scaling-stroke"
690690
x1="50"
691691
x2="45"
@@ -716,7 +716,7 @@ exports[`renders component data 1`] = `
716716
<line
717717
role="presentation"
718718
shape-rendering="auto"
719-
style="stroke: var(--pf-v6-chart-axis--tick--stroke--Color, #c7c7c7); fill: var(--pf-v6-chart-axis--tick--Fill, transparent); size: 5px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;"
719+
style="stroke: var(--pf-v6-chart-axis--tick--stroke--Color, #e0e0e0); fill: var(--pf-v6-chart-axis--tick--Fill, transparent); size: 5px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;"
720720
vector-effect="non-scaling-stroke"
721721
x1="50"
722722
x2="45"
@@ -747,7 +747,7 @@ exports[`renders component data 1`] = `
747747
<line
748748
role="presentation"
749749
shape-rendering="auto"
750-
style="stroke: var(--pf-v6-chart-axis--tick--stroke--Color, #c7c7c7); fill: var(--pf-v6-chart-axis--tick--Fill, transparent); size: 5px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;"
750+
style="stroke: var(--pf-v6-chart-axis--tick--stroke--Color, #e0e0e0); fill: var(--pf-v6-chart-axis--tick--Fill, transparent); size: 5px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1;"
751751
vector-effect="non-scaling-stroke"
752752
x1="50"
753753
x2="45"

0 commit comments

Comments
 (0)