block by jfsiii 0d4f863fec8b56d94b534db97816cd67

A New Pattern for Updatable D3.js Charts

Full Screen

Using a new updatable chart format. Update functions are made accessible to the caller, handing over chart controls with full functionality to the caller in a modular manner. Data binding is done with method chaining, like any other configuration variable, and can be changed after initialization. This allows for changes to be rendered in the context of chart history, leveraging D3’s transitions and update logic.

forked from rcmoore38‘s block: A New Pattern for Updatable D3.js Charts

index.html

chart.js