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 0f35746 commit 4837a42Copy full SHA for 4837a42
test/image/mocks/gl2d_line_opacity.json
@@ -0,0 +1,44 @@
1
+{
2
+ "data": [
3
+ {
4
+ "x": [
5
+ 1,
6
+ 2,
7
+ null,
8
+ 4,
9
+ 5
10
+ ],
11
+ "y": [
12
13
14
15
16
17
18
+ "connectgaps": false,
19
+ "type": "scattergl",
20
+ "opacity": 0.4
21
+ }
22
23
+ "layout": {
24
+ "xaxis": {
25
+ "type": "linear",
26
+ "range": [
27
+ 0.9867209252516599,
28
+ 5.01327907474834
29
30
+ "autorange": true
31
+ },
32
+ "yaxis": {
33
34
35
+ 0.9529946929492039,
36
+ 5.047005307050796
37
38
39
40
+ "height": 450,
41
+ "width": 1100,
42
+ "autosize": true
43
44
+}
0 commit comments