Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 502 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 502 Bytes

NVD3.js example Meteor app

Demonstration of a NVD3.js graph that reacts to changes in data.

  1. clone this repository
  2. cd into directory of clone
  3. run meteor
  4. navigate to http://localhost:3000
  5. 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.

Screencast

Screencast of live graph