Skip to content

Commit f784fe6

Browse files
committed
minor image test 24
1 parent 02eb3df commit f784fe6

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

test/image/baselines/24.png

10.5 KB
Loading

test/image/mocks/24.json

+16
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,14 @@
7373
"width": 1276,
7474
"height": 506,
7575
"xaxis": {
76+
"minor": {
77+
"ticklen": 8,
78+
"tickwidth": 4,
79+
"tickcolor": "blue",
80+
"griddash": "dash",
81+
"gridwidth": 2,
82+
"gridcolor": "cyan"
83+
},
7684
"title": {
7785
"text": "Click to enter X axis title"
7886
},
@@ -119,6 +127,14 @@
119127
"autorange": true
120128
},
121129
"yaxis": {
130+
"minor": {
131+
"ticklen": 6,
132+
"tickwidth": 3,
133+
"tickcolor": "red",
134+
"griddash": "6px",
135+
"gridwidth": 3,
136+
"gridcolor": "yellow"
137+
},
122138
"title": {
123139
"text": "Click to enter Y axis title"
124140
},

0 commit comments

Comments
 (0)