UNPKG
nvd3-fork
Version:
latest (2.0.5)
2.0.5
2.0.3
2.0.1
2.0.0
FORK! of NVD3, a reusable charting library written in d3.js
github.com/novus/nvd3
novus/nvd3
nvd3-fork
/
test
/
node
/
README.md
14 lines
(10 loc)
•
292 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Build steps: - Build `nvd3`. - Build the example. - Start an HTTP server. nvd3 $ grunt production nvd3 $
cd
test
/node nvd3/test/node $ npm install . nvd3/test/node $ grunt nvd3/test/node $ python -m SimpleHTTPServer 8000 Browse to `http://localhost:8000/nodeTest.html`