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
Right now it's a pain to redraw the chart if you don't call .animate, for example if the underlying data changes upstream -- need to figure out a way to allow the user to set the key easily based on a set of values. For example, I can set the key myself using a method like this
Right now it's a pain to redraw the chart if you don't call .animate, for example if the underlying data changes upstream -- need to figure out a way to allow the user to set the key easily based on a set of values. For example, I can set the key myself using a method like this
And then setting the key like:
Where I pass in a set of values, or perhaps even the dataframe underlying the data. This should be an easier way to set this.
The text was updated successfully, but these errors were encountered: