-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Just 2 small comments and this is ready to go 💃
Fix the bug that causes infinite axes redraw.
@plotly/plotly_js