dc.js-server-side-crossfilter
dc.js-server-side-crossfilter copied to clipboard
a.filterFunction is not a function
The interaction between the two charts is really buggy, for example, click on one of the bars from bar chart changes the bubble plot, but when unclicked the bubble plot doesn't change back.
And sometimes the clicks on bubble chart would give this error:
TypeError: a.filterFunction is not a function [Learn More] dc.min.js:1:8183
I'm new to dc chart and crossfilter, and I want the crossfilter to work on server side and dc plot on client side, just like what this repo does, can someone help?