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 7228d5d commit fe1f889Copy full SHA for fe1f889
test/image/baselines/ternary_markers.png
2.54 KB
test/image/mocks/ternary_markers.json
@@ -2,7 +2,7 @@
2
"data": [
3
{
4
"type": "scatterternary",
5
- "mode": "markers",
+ "mode": "markers+lines+text",
6
"a": [
7
75,
8
70,
@@ -55,14 +55,31 @@
55
"point 10",
56
"point 11"
57
],
58
+ "textposition": [
59
+ "left",
60
+ "right",
61
+ "top right",
62
+ "top",
63
+ "bottom right",
64
65
66
67
68
+ "bottom",
69
+ "top"
70
+ ],
71
+ "textfont": {
72
+ "color": "#DB7365"
73
+ },
74
"marker": {
75
"symbol": 100,
76
"color": "#DB7365",
77
"size": 14,
78
"line": {
79
"width": 2
80
}
- }
81
82
+ "cliponaxis": false
83
84
85
"layout": {
@@ -83,6 +100,7 @@
100
"tickangle": 0
101
},
102
"baxis": {
103
+ "min": 20,
86
104
"titlefont": {
87
105
"size": 20
88
106
0 commit comments