Skip to content

Commit a3a9ca5

Browse files
committed
Scatter chart: update snapshot test
1 parent 46c0927 commit a3a9ca5

File tree

1 file changed

+39
-4
lines changed

1 file changed

+39
-4
lines changed

packages/charts/src/components/ScatterChart/__snapshots__/ScatterChart.test.tsx.snap

Lines changed: 39 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,45 @@ exports[`Scatter Chart loading placeholder 1`] = `
5252
x="10"
5353
y="135"
5454
/>
55-
<path
56-
d="M20 135 L40 80 L60 70 L80 30 L100 50 L120 65 L 135 100 L120 67 L100 52 L80 32 L60 72 L40 82 L20 137 Z"
57-
fill="none"
58-
stroke-width="2"
55+
<circle
56+
cx="20"
57+
cy="90"
58+
r="2"
59+
/>
60+
<circle
61+
cx="40"
62+
cy="58"
63+
r="3"
64+
/>
65+
<circle
66+
cx="60"
67+
cy="108"
68+
r="14"
69+
/>
70+
<circle
71+
cx="85"
72+
cy="87"
73+
r="8"
74+
/>
75+
<circle
76+
cx="105"
77+
cy="50"
78+
r="6"
79+
/>
80+
<circle
81+
cx="125"
82+
cy="115"
83+
r="4"
84+
/>
85+
<circle
86+
cx="78"
87+
cy="58"
88+
r="10"
89+
/>
90+
<circle
91+
cx="28"
92+
cy="115"
93+
r="4"
5994
/>
6095
</clipPath>
6196
<linearGradient

0 commit comments

Comments
 (0)