Skip to content

Commit f3a9d2f

Browse files
committed
add test
1 parent 5383bf0 commit f3a9d2f

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed
Loading
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"data": [
3+
{
4+
"type": "scatter",
5+
"name": "svg - `RED`",
6+
"x": [
7+
1,
8+
2,
9+
3,
10+
4
11+
],
12+
"y": [
13+
10,
14+
15,
15+
13,
16+
17
17+
],
18+
"mode": "markers",
19+
"marker": {
20+
"color": "RED",
21+
"size": 12
22+
}
23+
},
24+
{
25+
"type": "scattergl",
26+
"name": "GL - `BLUE`",
27+
"x": [
28+
1,
29+
2,
30+
3,
31+
4
32+
],
33+
"y": [
34+
9,
35+
14,
36+
12,
37+
16
38+
],
39+
"mode": "markers",
40+
"marker": {
41+
"color": "BLUE",
42+
"size": 12
43+
}
44+
}
45+
],
46+
"layout": {
47+
"title": {
48+
"text": "ScatterGL named-colors should be case-insensitive"
49+
},
50+
"showlegend": true
51+
}
52+
}

0 commit comments

Comments
 (0)