Skip to content

Commit aca5423

Browse files
committed
ternary fill image test
1 parent 459ea51 commit aca5423

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

test/image/baselines/ternary_fill.png

34.1 KB
Loading

test/image/mocks/ternary_fill.json

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"data": [
3+
{
4+
"a": [0.4, 0.4, 0.2, 0.4],
5+
"b":[0.2, 0.4, 0.4, 0.2],
6+
"type": "scatterternary",
7+
"fill": "tonext"
8+
},
9+
{
10+
"a":[0.5, 0.5, 0, 0.5],
11+
"b":[0, 0.5, 0.5, 0],
12+
"type": "scatterternary",
13+
"fill": "tonext"
14+
},
15+
{
16+
"a": [0.8, 0.6, 0.6, 0.8, null, 0.1, 0.1, 0.3, 0.1, null, 0.1, 0.1, 0.3, 0.1],
17+
"b": [0.1, 0.1, 0.3, 0.1, null, 0.8, 0.6, 0.6, 0.8, null, 0.3, 0.1, 0.1, 0.3],
18+
"type": "scatterternary",
19+
"fill": "toself"
20+
}
21+
],
22+
"layout": {
23+
"height": 400,
24+
"width": 500
25+
}
26+
}

0 commit comments

Comments
 (0)