Demonstration of a NVD3.js graph that reacts to changes in data.
- clone this repository
- cd into directory of clone
- run
meteor
- navigate to http://localhost:3000
- add/remove data using buttons
The chart will react to data inserted client-side or server-side.
Started with code from http://nvd3.org/examples/line.html.