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
Edit:
I notice in my jsFiddle above that the sorted dataset is loaded when clicking on "Male" legend item but not when clicking on "Female". This is something I cannot understand.
The text was updated successfully, but these errors were encountered:
DemersM
changed the title
incorect x order after using chart.load()
incorrect x order after using chart.load()
Feb 14, 2019
On a legend item click, I load a sorted dataset into the chart. However, the x are not re-ordered along with the new dataset.
See: https://jsfiddle.net/o7eu59h2/1/
For instance, the initial data is the following:
If, I load the following dataset with a different x order, the x order in the chart is not updated:
Edit:
I notice in my jsFiddle above that the sorted dataset is loaded when clicking on "Male" legend item but not when clicking on "Female". This is something I cannot understand.
The text was updated successfully, but these errors were encountered: