We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02eb3df commit f784fe6Copy full SHA for f784fe6
test/image/baselines/24.png
10.5 KB
test/image/mocks/24.json
@@ -73,6 +73,14 @@
73
"width": 1276,
74
"height": 506,
75
"xaxis": {
76
+ "minor": {
77
+ "ticklen": 8,
78
+ "tickwidth": 4,
79
+ "tickcolor": "blue",
80
+ "griddash": "dash",
81
+ "gridwidth": 2,
82
+ "gridcolor": "cyan"
83
+ },
84
"title": {
85
"text": "Click to enter X axis title"
86
},
@@ -119,6 +127,14 @@
119
127
"autorange": true
120
128
121
129
"yaxis": {
130
131
+ "ticklen": 6,
132
+ "tickwidth": 3,
133
+ "tickcolor": "red",
134
+ "griddash": "6px",
135
+ "gridwidth": 3,
136
+ "gridcolor": "yellow"
137
122
138
123
139
"text": "Click to enter Y axis title"
124
140
0 commit comments