I'm trying to render a visualization with dc.js that responds immediately to brushmove events.
It seems that dc.js charts will only re-render when the brush stops moving (example with dc brushend rendering), instead of simultaneous with the brush movement (example with brushmove rendering).
Is there any way to modify this behavior so that all dc charts will re-render simultaneously with the brush movement?