Skip to content

Fix overlaying subplot configuration relayouts #2831

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

Merged
merged 6 commits into from
Jul 23, 2018

Conversation

etpinard
Copy link
Contributor

fixes #2828 and moves a few "clean up old layer" blocks out of Plots.supplyDefaults and into Cartesian.drawFramework (cc #2549).

cc @alexcjohnson @nicolaskruchten

etpinard added 6 commits July 20, 2018 17:18
- this was only used for scattergl and now scattergl
  is plotted on 'cartesian' subplots.
- to clean what need to be cleaned up in exit selection,
  instead of using granular and brittle old vs new plotinfo logic
- axis.layer, overlays are currently include, we might want to
  include more things in it eventually,
- now 'd' is an array, and the subplot id is in d[0].
- this should never have been part of Plots.supplyDefaults pipeline.
@etpinard etpinard added bug something broken status: reviewable labels Jul 20, 2018
@alexcjohnson
Copy link
Collaborator

Lovely. Nice bug fix and a structural step in the right direction to boot! 💃

@etpinard etpinard merged commit dcaebc2 into master Jul 23, 2018
@etpinard etpinard deleted the subplot-overlaying-toggle-relayouts branch July 23, 2018 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Plotly.react secondary axis draw error
2 participants