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
Ordering on the axes and legends are sometimes weird/unintuitive with qualitative values. Need to find a way to cleanly specify the order or ticks/labels/etc.
The text was updated successfully, but these errors were encountered:
In @ngx-dino add an optional x/yAxisOrderField that determines the ordering of the axis. If not present use the natural ordering by axis value (which I think is default at this point).
In @dvl-fw add axisOrder GraphicVariable type to feed into scatterplot. Add code to templates to include ordering info for all axis type graphic variables where appropriate.
legend uses the same thing for ordering legend items (ie colorOrder, areaSizeOrder, etc.)
Ordering on the axes and legends are sometimes weird/unintuitive with qualitative values. Need to find a way to cleanly specify the order or ticks/labels/etc.
The text was updated successfully, but these errors were encountered: