Skip to content

Commit 38af594

Browse files
committed
image test of new scatter fill modes
1 parent 9896d81 commit 38af594

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed
17.8 KB
Loading
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
},
9+
{
10+
"x": [-1, 4, 9, null, 0, 1, 2],
11+
"y": [1, 6, 1, null, 5, 6, 5],
12+
"fill": "tonext"
13+
},
14+
{
15+
"x": [6, 7, 8],
16+
"y": [5, 6, 5],
17+
"fill": "toself"
18+
}
19+
],
20+
"layout":{
21+
"title": "Fill toself and tonext",
22+
"width": 400,
23+
"height": 400
24+
}
25+
}

0 commit comments

Comments
 (0)