Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use nvd3 examples on local machine

Tags:

nvd3.js

I wanted to use nvd3 examples that are live on their website: http://nvd3.org/livecode/#codemirrorNav

What should I do? The example link has multiple tabs, should I copy paste and save all those codes in one folder and open it an index.html ?

like image 827
Bohn Avatar asked Jan 14 '13 22:01

Bohn


1 Answers

I would download their source and use the examples in their examples folder, as it's tidily set up for you to manipulate.

Source: https://github.com/novus/nvd3 (either clone or download as a .zip)

PS I would use Firefox to open them as Chrome can be really testy about using files locally and not from a webserver.

like image 161
Christopher Nguyen Avatar answered Oct 13 '22 11:10

Christopher Nguyen