Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a686632

Browse files
committed
Add mock
1 parent 60bf786 commit a686632

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"data": [{
3+
"type": "scattergl",
4+
"y": [1, 2, 1],
5+
"fill": "tozeroy",
6+
"fillcolor": "#f00",
7+
"error_x": {"value": 0.3, "type": "constant"},
8+
"error_y": {"value": 0.3, "type": "constant"},
9+
"marker": {"color": "#800"}
10+
}, {
11+
"type": "scattergl",
12+
"y": [0, 3, -1],
13+
"fill": "tozeroy",
14+
"fillcolor": "#0c0",
15+
"error_x": {"value": 0.3, "type": "constant"},
16+
"error_y": {"value": 0.3, "type": "constant"},
17+
"marker": {"color": "#060"}
18+
}],
19+
"layout": {
20+
"title": "scattergl",
21+
"width": 400,
22+
"height": 400
23+
}
24+
}

0 commit comments

Comments
 (0)