plotly.js
plotly.js copied to clipboard
BUG: standoff causes axis title position to break if no tick labels
Fix: https://github.com/plotly/plotly.js/pull/6889
Back to building other features soon, but this bug interfered with a pozo release...
Mocks to show the error are over here: https://github.com/geopozo/plotly.js/commit/fbb56f3261ea29478375c10930c915f0c75d1cff
If you set a standoff
and eliminate tick labels (via nticks=0
, tickvals=[]
, showticklabels=false
, whatever), the positioning system for the axis titles just breaks.
standoff
is one of our only tools for positioning the title!