I have two charts created through dc.js and I've been trying to add a filter like that :
chart['hour'].filter([0, 16]);
dc.redrawAll();
Unfortunately, the other chart is not properly updated, as if the subset of data was empty.
You'll find a fiddle with the issue there: http://jsfiddle.net/lolcat/ep8wjkee/
Any hint would be greatly appreciated !