dc.js-server-side-crossfilter icon indicating copy to clipboard operation
dc.js-server-side-crossfilter copied to clipboard

a.filterFunction is not a function

Open samshipengs opened this issue 8 years ago • 0 comments

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?

samshipengs avatar Nov 23 '17 19:11 samshipengs