dc-js / dc.js

Multi-Dimensional charting built to work natively with crossfilter rendered with d3.js
Apache License 2.0
7.41k stars 1.81k forks source link

fix: limited crossfilter2 dependecy to 1.4.x (#1862) #1863

Open kuzjka opened 2 years ago

kuzjka commented 2 years ago

Since crossfilter2 1.5 breaks compatibility by removing quicksort function, we need to limit dependency to 1.4.x version. See #1862 for details