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
@cizmiak you're in luck! We recently added some code to allow arbitrary position of other items on the canvas (legend, title, etc) to ensure they can be sorted by a weight field. We made the underlying code generic enough so it should be easily adapted to axes too!!
Expected Behavior
If i set order number property in scale options for some axes, these axes should by ordered by this number.
Current Behavior
There is no such option. Now, axes have same order as results from Object.keys(chart.scales) which is arbitrary and could be unexpected.
Context
Enable to user to set axis ordering.
Environment
The text was updated successfully, but these errors were encountered: