Skip to content

Commit 65a49a2

Browse files
committed
shapes_layer_below_traces mock: Make y and y2 gridlines visually distinct
1 parent 410f7cf commit 65a49a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/image/mocks/zz-shapes_layer_below_traces.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,15 @@
120120
}
121121
],
122122
"yaxis": {
123+
"gridcolor": "red",
123124
"insiderange": [
124125
"0",
125126
"215"
126127
],
127128
"type": "linear"
128129
},
129130
"yaxis2": {
131+
"gridwidth": 2,
130132
"side": "right",
131133
"overlaying": "y"
132134
}

0 commit comments

Comments
 (0)