Closed
Description
https://codepen.io/anon/pen/pXxqeW
zeroline is not visible if these conditions are met:
rangemode: 'tozero',
nticks: 1 (or 2)
If you change nticks to: 0 | 3 | 3+ it is shown again.
Unfortunately I need to hide all the ticks except tick0 as this configuration will be used for subplots.
The solution with mirror axis works better, but:
- line between subplots has 2px
- the tick is not directly under zeroline
https://codepen.io/anon/pen/OeBGjN