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 d009798 commit 849782dCopy full SHA for 849782d
test/image/baselines/line_scatter.png
120 Bytes
test/image/mocks/line_scatter.json
@@ -14,7 +14,10 @@
14
17
15
],
16
"mode": "markers",
- "type": "scatter"
+ "type": "scatter",
18
+ "marker": {
19
+ "opacity": 0.5
20
+ }
21
},
22
{
23
"x": [
@@ -47,7 +50,11 @@
47
50
12
48
51
49
52
"mode": "lines+markers",
53
54
+ "opacity": 0.707,
55
56
+ "opacity": 0.707
57
58
}
59
]
60
0 commit comments