Skip to content

Commit d3fd7d2

Browse files
committed
Add fill self next test
1 parent 5ea57a3 commit d3fd7d2

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

Diff for: test/image/mocks/gl2d_scatter_fill_self_next.json

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"data":[
3+
{
4+
"x": [1, 2, 3, 1, null, 4, 5, 6],
5+
"y": [2, 3, 2, 2, null, 3, 4, 3],
6+
"fill": "tonext",
7+
"line":{"shape": "spline"},
8+
"type": "scattergl"
9+
},
10+
{
11+
"x": [-1, 4, 9, null, 0, 1, 2],
12+
"y": [1, 6, 1, null, 5, 6, 5],
13+
"fill": "tonext",
14+
"type": "scattergl"
15+
},
16+
{
17+
"x": [6, 7, 8],
18+
"y": [5, 6, 5],
19+
"fill": "toself",
20+
"type": "scattergl"
21+
}
22+
],
23+
"layout":{
24+
"title": "Fill toself and tonext",
25+
"width": 400,
26+
"height": 400
27+
}
28+
}

0 commit comments

Comments
 (0)