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 324446d commit 6a00fc2Copy full SHA for 6a00fc2
test/image/baselines/ternary_simple.png
40.4 KB
test/image/mocks/ternary_simple.json
@@ -0,0 +1,52 @@
1
+{
2
+ "data": [
3
+ {
4
+ "a": [
5
+ 2,
6
+ 1,
7
+ 1
8
+ ],
9
+ "b": [
10
11
12
13
14
+ "c": [
15
16
17
+ 2.12345
18
19
+ "type": "scatterternary",
20
+ "uid": "412fa8"
21
+ }
22
23
+ "layout": {
24
+ "ternary": {
25
+ "aaxis": {
26
+ "showline": true,
27
+ "ticks": "outside",
28
+ "showgrid": true,
29
+ "color": "#ccc",
30
+ "min": 0.231
31
+ },
32
+ "baxis": {
33
34
35
36
+ "color": "#0f0",
37
+ "title": "chocolate",
38
+ "min": 0.2
39
40
+ "caxis": {
41
42
43
44
+ "min": 0.11
45
46
+ "bgcolor": "#eee"
47
48
+ "height": 450,
49
+ "width": 1731.82,
50
+ "autosize": true
51
52
+}
0 commit comments