Closed
Description
Initially reported in plotly/plotly.py#2478
This codepen is a bit puzzling: https://codepen.io/nicolaskruchten/pen/MWaZBwa ... I'm explicitly setting tickmode
to array
and seeing the default tick labels. But if I comment out that tickmode
line it does the right thing, even though the schema docs say that this configuration should imply tickmode=array
!