Skip to content

Commit 4837a42

Browse files
committed
add gl2d line opacity test case
1 parent 0f35746 commit 4837a42

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"data": [
3+
{
4+
"x": [
5+
1,
6+
2,
7+
null,
8+
4,
9+
5
10+
],
11+
"y": [
12+
1,
13+
2,
14+
null,
15+
4,
16+
5
17+
],
18+
"connectgaps": false,
19+
"type": "scattergl",
20+
"opacity": 0.4
21+
}
22+
],
23+
"layout": {
24+
"xaxis": {
25+
"type": "linear",
26+
"range": [
27+
0.9867209252516599,
28+
5.01327907474834
29+
],
30+
"autorange": true
31+
},
32+
"yaxis": {
33+
"type": "linear",
34+
"range": [
35+
0.9529946929492039,
36+
5.047005307050796
37+
],
38+
"autorange": true
39+
},
40+
"height": 450,
41+
"width": 1100,
42+
"autosize": true
43+
}
44+
}

0 commit comments

Comments
 (0)