-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
dataCount takes a crossfilter as its dimension #1499
Comments
I did get tripped over it during my effort to split crossfilter into an interface (as part of my effort to create remote data providers). |
Hi @kum-deepak! I started a library for providing what's needed by dc.js of the crossfilter interface here: https://github.com/att/xfilter So far it supports Nanocubes and a simple restful server as backends. It could be improved a lot but maybe it will provide you some ideas. |
Actually my code would have reached very similar to this project. Many thanks! Quite timely for me. |
A way forward for these places where a property name is reused in an incompatible way:
|
Continuing the tradition of misnaming methods (#855), you need to pass a crossfilter object as the dimension to the
dataCount
widget.C'mon, really? Why? Are we deliberately trying to trip people up?
The text was updated successfully, but these errors were encountered: