You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: