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
Issue
I am trying to produce a simple two trace horizontal bar chart, making use of the overlay barmode, which is uploaded to Chart Studio and then embeded on a website.
When my script is run to display offline with fig.show() my two traces appear in the desired order, respecting the zorder arguments that I've set. However, when uploaded to Chart Studio with py.plot(fig) the zorder parameter is ignored, hiding one of the traces.
Expected behaviour
zorder arguments should be respected, with the higher value being placed on top.
Issue
I am trying to produce a simple two trace horizontal bar chart, making use of the overlay barmode, which is uploaded to Chart Studio and then embeded on a website.
When my script is run to display offline with
fig.show()
my two traces appear in the desired order, respecting thezorder
arguments that I've set. However, when uploaded to Chart Studio withpy.plot(fig)
the zorder parameter is ignored, hiding one of the traces.Expected behaviour
zorder arguments should be respected, with the higher value being placed on top.
Code snippet
I'm developing in VS Code with jupyter notebook and a script, and both produce the same result.
The text was updated successfully, but these errors were encountered: