nicolaskruchten / pivottable

Open-source Javascript Pivot Table (aka Pivot Grid, Pivot Chart, Cross-Tab) implementation with drag'n'drop.
https://pivottable.js.org/
MIT License
4.35k stars 1.08k forks source link

Remove/turn off Alphabetical formatting #1278

Open Steven-Carter-Data opened 3 years ago

Steven-Carter-Data commented 3 years ago

Hi there,

Thank you for this awesome package!! Quick Question -- is there a way to alter where the values aren't inputted alphabetically? For example, the order of the values is essential to my ability to show meaningful insight with the line plot, etc.

Any help is appreciated!

nicolaskruchten commented 3 years ago

You can use the sorters parameter to provide your own function for sorting, as shown here: https://pivottable.js.org/examples/montreal_2014.html