Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
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
|
|
Looks great! Just 2 small comments and this is ready to go |
Fix the bug that causes infinite axes redraw.
@plotly/plotly_js