nlesc-sherlock / chicago

This repository visualizes the City of Chicago police data set using web-based tools such as JavaScript, TypeScript, Gulp and Node.js.
Apache License 2.0
0 stars 0 forks source link

look into dc.js chart register #136

Open jspaaks opened 8 years ago

jspaaks commented 8 years ago

http://dc-js.github.io/dc.js/docs/html/dc.chartRegistry.html

looks lik eyou may be able to draw plots using d3, while getting interaction through registering the plot to dc to it knows when to update. Requirements for this to work are having two methods:

see also http://stackoverflow.com/questions/25336528/dc-js-listening-for-chart-group-render#answer-25351686