8000 Add gl2d line dash test · plotly/plotly.js@10f87a3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 10f87a3

Browse files
dyetpinard
authored andcommitted
Add gl2d line dash test
1 parent 65bd43d commit 10f87a3

File tree

2 files changed

+65
-0
lines changed

2 files changed

+65
-0
lines changed
27.6 KB
Loading

test/image/mocks/gl2d_line_dash.json

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"data": [
3+
{
4+
"x": [
5+
1,
6+
2,
7+
3
8+
],
9+
"y": [
10+
4,
11+
5,
12+
6
13+
],
14+
"marker": {
15+
"color": "rgb(54,144,192)",
16+
"size": 12,
17+
"symbol": "square",
18+
"line": {
19+
"color": "darkblue",
20+
"width": 3
21+
},
22+
"opacity": 1
23+
},
24+
"line": {
25+
"color": "rgb(3,78,123)",
26+
"width": 6,
27+
"dash": "dot"
28+
},
29+
"type": "scattergl"
30+
},
31+
{
32+
"x": [
33+
1,
34+
E284 2,
35+
3
36+
],
37+
"y": [
38+
2,
39+
10,
40+
12
41+
],
42+
"marker": {
43+
"color": "fuchsia",
44+
"size": 16,
45+
"symbol": "cross",
46+
"line": {
47+
"color": "",
48+
"width": 0
49+
},
50+
"opacity": 0.9
51+
},
52+
"line": {
53+
"color": "purple",
54+
"width": 4,
55+
"dash": "dashdot"
56+
},
57+
"type": "scattergl"
58+
}
59+
],
60+
"layout": {
61+
"showlegend": false,
62+
"width": 800,
63+
"height": 506
64+
}
65+
}

0 commit comments

Comments
 (0)
0