adilyalcin / Keshif

Keshif - Data Made Explorable (Prototype)
https://keshif.me
BSD 3-Clause "New" or "Revised" License
458 stars 123 forks source link

Support creating custom categorical ordering in authoring mode #133

Closed adilyalcin closed 7 years ago

adilyalcin commented 8 years ago

Currently, creating custom sorting option is supported by API, and it is simple (just a JS array of categories in sorted order).

Support changing the category order, and saving it as the category sorting option.

Probably only useful when you have a few (up to 5-10) categories. If there are more categories, custom sorting (ordinal data) is probably very rare, if it exists.