Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sort qualitative values/text on axis and legend #193

Closed
bherr2 opened this issue Aug 28, 2018 · 3 comments
Closed

Sort qualitative values/text on axis and legend #193

bherr2 opened this issue Aug 28, 2018 · 3 comments
Labels
IU Tasks for IU to complete Make-a-Vis Issues specific to the Make-a-Vis client station

Comments

@bherr2
Copy link
Member

bherr2 commented Aug 28, 2018

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.

@bherr2 bherr2 added the Make-a-Vis Issues specific to the Make-a-Vis client station label Aug 28, 2018
@bherr2 bherr2 added the IU Tasks for IU to complete label Oct 23, 2018
@bherr2
Copy link
Member Author

bherr2 commented Nov 27, 2018

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.)

@bherr2
Copy link
Member Author

bherr2 commented Jan 14, 2019

Legend is sorted by an Order variable, Scatterplot is alphabetically sorted (which might necessitate another update)

@bherr2
Copy link
Member Author

bherr2 commented Jan 14, 2019

Scatterplot is covered in #236

@bherr2 bherr2 closed this as completed Jan 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IU Tasks for IU to complete Make-a-Vis Issues specific to the Make-a-Vis client station
Projects
None yet
Development

No branches or pull requests

1 participant