-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
bugsomething brokensomething broken
Description
Double-clicking on this plot shouldn't cause a jump: https://codepen.io/nicolaskruchten/pen/yvwOJK
Per @alexcjohnson:
I’m looking at https://github.com/plotly/plotly.js/blob/master/src/plots/plots.js#L1675
it might be enough to rearrange that and say something likeif(marginsChangedStuff) { if(replotting) { autoRangeAllAxes } else { Plotly.plot } }
etpinard
Metadata
Metadata
Assignees
Labels
bugsomething brokensomething broken
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
Fixes for both #2385 and #2428
update test images for #2428 fix
update gl2d images for #2428 fix