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
Why is it named drawing order when the legend order are also reordered when I use order property? (which is the same as changing the order for the dataset array)
Why is it named drawing order when the legend order are also reordered when I use order property? (which is the same as changing the order for the dataset array)
Expected Behavior
https://www.chartjs.org/docs/latest/charts/mixed.html#drawing-order
when i have 2 dataset with order =1 and order =2 , order 1 should be drawn below and order=2 should be on top
Current Behavior
order 1 is on top while order 2 is below.
Steps to Reproduce (for bugs)
https://codepen.io/kurkle/pen/povdejq?editors=1010
Context
Environment
The text was updated successfully, but these errors were encountered: