plotly.js icon indicating copy to clipboard operation
plotly.js copied to clipboard

BUG: standoff causes axis title position to break if no tick labels

Open ayjayt opened this issue 1 year ago • 0 comments

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!

image

image

ayjayt avatar Feb 09 '24 05:02 ayjayt