square / crossfilter

Fast n-dimensional filtering and grouping of records.
https://square.github.com/crossfilter/
Other
6.22k stars 1.31k forks source link

Quicksort function not working #134

Closed anhduc93 closed 9 years ago

anhduc93 commented 9 years ago

In my recent project I have been using crossfilter.js with dc.js library and trying to sort the data from the bar chart. However, the quick_sort function in crossfilter.js screws up the order. When I tried to set the Quicksort_threshold value from 32 to 1000, the sorting worked correctly by Insertion sort.

jasondavies commented 9 years ago

Further information is required to reproduce and diagnose the issue:

Feel free to reopen with this information.