We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec4072 commit c1f2af3Copy full SHA for c1f2af3
2 files changed
test/image/baselines/gl2d_scattergl_gaps.png
8.67 KB
test/image/mocks/gl2d_scattergl_gaps.json
@@ -0,0 +1,49 @@
1
+{
2
+ "data": [
3
+ {
4
+ "type": "scattergl",
5
+ "mode": "lines+markers",
6
+ "y": [
7
+ 1,
8
+ null,
9
10
+ 2
11
+ ],
12
+ "x": [
13
+ 0,
14
15
+ 2,
16
+ 3
17
18
+ "connectgaps": false
19
+ },
20
21
22
23
24
+ 3,
25
26
27
28
29
30
31
32
33
34
35
36
+ }
37
38
+ "layout": {
39
+ "showlegend": false,
40
+ "margin": {
41
+ "t": 20,
42
+ "b": 20,
43
+ "l": 20,
44
+ "r": 20
45
46
+ "width": 400,
47
+ "height": 300
48
49
+}
0 commit comments