Skip to content

Commit fe1f889

Browse files
committed
showcase new cliponaxis logic in ternary_markers
1 parent 7228d5d commit fe1f889

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed
2.54 KB
Loading

test/image/mocks/ternary_markers.json

+20-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"data": [
33
{
44
"type": "scatterternary",
5-
"mode": "markers",
5+
"mode": "markers+lines+text",
66
"a": [
77
75,
88
70,
@@ -55,14 +55,31 @@
5555
"point 10",
5656
"point 11"
5757
],
58+
"textposition": [
59+
"left",
60+
"right",
61+
"top right",
62+
"top",
63+
"bottom right",
64+
"left",
65+
"top",
66+
"left",
67+
"right",
68+
"bottom",
69+
"top"
70+
],
71+
"textfont": {
72+
"color": "#DB7365"
73+
},
5874
"marker": {
5975
"symbol": 100,
6076
"color": "#DB7365",
6177
"size": 14,
6278
"line": {
6379
"width": 2
6480
}
65-
}
81+
},
82+
"cliponaxis": false
6683
}
6784
],
6885
"layout": {
@@ -83,6 +100,7 @@
83100
"tickangle": 0
84101
},
85102
"baxis": {
103+
"min": 20,
86104
"titlefont": {
87105
"size": 20
88106
},

0 commit comments

Comments
 (0)