Skip to content

Commit 6a00fc2

Browse files
committed
add ternary simple mock
1 parent 324446d commit 6a00fc2

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed
40.4 KB
Loading

test/image/mocks/ternary_simple.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"data": [
3+
{
4+
"a": [
5+
2,
6+
1,
7+
1
8+
],
9+
"b": [
10+
1,
11+
2,
12+
1
13+
],
14+
"c": [
15+
1,
16+
1,
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+
"showline": true,
34+
"ticks": "outside",
35+
"showgrid": true,
36+
"color": "#0f0",
37+
"title": "chocolate",
38+
"min": 0.2
39+
},
40+
"caxis": {
41+
"showline": true,
42+
"ticks": "outside",
43+
"showgrid": true,
44+
"min": 0.11
45+
},
46+
"bgcolor": "#eee"
47+
},
48+
"height": 450,
49+
"width": 1731.82,
50+
"autosize": true
51+
}
52+
}

0 commit comments

Comments
 (0)