Skip to content

Commit f86eeb5

Browse files
committed
#581 adding a gl2d color spec test case
1 parent fe1a180 commit f86eeb5

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
64.5 KB
Loading
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"data": [{
3+
"x":[-4,-3,-2,-1,0,1,2,3,4,5,6],
4+
"y":[7,5,6,4,2,3,1,3,-1,-4,-2],
5+
"mode": "lines",
6+
"line": {
7+
"width": 5,
8+
"color": "magenta"
9+
},
10+
"type":"scattergl"
11+
}],
12+
"layout": {
13+
"title": "Specific color chosen for the line",
14+
"height":758,
15+
"width":1310
16+
}
17+
}

0 commit comments

Comments
 (0)