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
Not sure if this belongs here or in plotly, so let me know if this should be moved.
I was trying to add uirevision to preserve legend selections on a barchart, so I set uirevision=0 and left it unchanged. The chart continued to reset the selections back to the default when the chart was updated.
However, if the value of uirevision is changed to 1, and left unchanged, then it works as expected.
According to this post, uirevision can be set to any value, and the chart should only reset the ui state when the value is changed.
The text was updated successfully, but these errors were encountered:
I'm not sure if this should be marked as a bug, or more of a gotcha that people should be aware of.
EDIT:
Further down in the post there is a mention that the value should be truthy. I think there should be some documentation around this to make it more clear.
Not sure if this belongs here or in plotly, so let me know if this should be moved.
I was trying to add uirevision to preserve legend selections on a barchart, so I set
uirevision=0
and left it unchanged. The chart continued to reset the selections back to the default when the chart was updated.However, if the value of
uirevision
is changed to 1, and left unchanged, then it works as expected.According to this post,
uirevision
can be set to any value, and the chart should only reset the ui state when the value is changed.The text was updated successfully, but these errors were encountered: