block by renecnielsen 70e2ae770cd166731b3eb956f90aac87

Multi-chart interactions using d3.dispatch and crossfilter

Full Screen

This shows how separate charts can be enclosed in d3.dispatch events, and based on generic update events, we can trigger each chart to update accordingly. Crossfilter .filter() takes care of updating the dimensions groups so we simply need to re-trigger part of the chart’s code that updates the chart with new data.

forked from lmatteis‘s block: Multi-chart interactions using d3.dispatch and crossfilter

index.html