Skip to content
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

Don't add zero-length bars when transitions are off #5282

Closed
nicolaskruchten opened this issue Nov 16, 2020 · 0 comments · Fixed by #5294
Closed

Don't add zero-length bars when transitions are off #5282

nicolaskruchten opened this issue Nov 16, 2020 · 0 comments · Fixed by #5294
Assignees
Labels
bug something broken

Comments

@nicolaskruchten
Copy link
Contributor

We need to resolve plotly/orca#345 and it seems like we need to carve out a part of #4180 that adds 0-length bars for transitions. In the static-image-export case these bars are not required and cause rendering artifacts downstream.

We could either: check if layout.transition isn't set and if so not show those bars OR remove those bars in the saveImage code.

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 a pull request may close this issue.

2 participants