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

quicksort error #1316

Closed
leninworld opened this issue Jul 10, 2017 · 4 comments
Closed

quicksort error #1316

leninworld opened this issue Jul 10, 2017 · 4 comments

Comments

@leninworld
Copy link

I am getting below error
"dc.js:1342 Uncaught TypeError: Cannot read property 'quicksort' of undefined(…)"

Please let me know if there is any fix for this or I do something wrong.

Thank you!

@gordonwoodhull
Copy link
Contributor

gordonwoodhull commented Jul 11, 2017

Sounds like crossfilter is coming up undefined somehow. dc.js can take any group- and dimension-like objects that look like crossfilter objects, but it still depends on crossfilter for some sorting functions.

What module system are you using (requireJS, webpack, ...?)

@leninworld
Copy link
Author

It's requireJS

@gordonwoodhull
Copy link
Contributor

I'm going to guess this is #1304, although I'm surprised crossfilter is undefined instead of producing an error earlier (like a 404).

@gordonwoodhull
Copy link
Contributor

Hope my guess was correct. Please comment if it was something else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants