Skip to content

Commit 4d888f3

Browse files
committed
explicitly set tickmode auto for mock
1 parent badfa8b commit 4d888f3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/image/mocks/shapes_layer_below_traces.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@
103103
"yaxis2": {
104104
"gridwidth": 2,
105105
"side": "right",
106-
"overlaying": "y"
106+
"overlaying": "y",
107+
"tickmode": "auto"
107108
}
108109
}
109110
}

0 commit comments

Comments
 (0)