We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fef351 commit 41499e8Copy full SHA for 41499e8
test/image/mocks/gl2d_multiple-traces-axes.json
@@ -0,0 +1,44 @@
1
+{
2
+ "data": [
3
+ {
4
+ "x": [
5
+ 0,
6
+ 1,
7
+ 2
8
+ ],
9
+ "y": [
10
11
12
13
14
+ "mode": "lines+markers",
15
+ "type": "scattergl"
16
+ },
17
18
19
20
21
22
23
24
+ 2,
25
26
+ 0
27
28
29
+ "type": "scattergl",
30
+ "yaxis": "y2"
31
+ }
32
33
+ "layout": {
34
+ "width": 700,
35
+ "height": 500,
36
+ "yaxis": {
37
+ "side": "left"
38
39
+ "yaxis2": {
40
+ "side": "right",
41
+ "overlaying": "y"
42
43
44
+}
0 commit comments