Make inside ticklabels autorange work with scaleanchor or matches#5329
Make inside ticklabels autorange work with scaleanchor or matches#5329
Conversation
|
Good find! I don't think we're getting the constraints quite right though - and unfortunately I'm worried that we may need to bake the label adjustment in at a deeper level, as constrained autorange now happens inside plotly.js/src/plots/cartesian/autorange.js Line 349 in 0dd5467 That's probably only part of the solution though, as that's just for plotly.js/src/plots/cartesian/constraints.js Lines 547 to 549 in 0dd5467
From one subplot to the next there's a
|
alexcjohnson
left a comment
There was a problem hiding this comment.
Looks great! Just 2 small comments and this is ready to go 💃
Fix the bug that causes infinite axes redraw.
@plotly/plotly_js