7
votes

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 ?

1

1 Answers

5
votes

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.