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
/
nodeTest.html
15 lines
(14 loc)
•
249 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype
html
>
<
html
>
<
head
>
<
title
>
Node Test
</
title
>
<
meta
charset
=
"utf-8"
>
<
link
rel
=
"stylesheet"
href
=
"./build/nv.d3.css"
>
<
script
src
=
"./build/nodeTest.js"
>
</
script
>
</
head
>
<
body
>
<
div
id
=
"chart"
>
<
svg
/>
</
div
>
</
body
>
</
html
>