UNPKG
r-d3
Version:
latest (0.6.0)
0.6.0
0.5.0
0.4.0
0.3.0
0.2.2
0.2.1
0.2.0
0.1.0
D3 data, React rendering.
github.com/ericgio/r-d3
ericgio/r-d3
r-d3
/
examples
/
index.html
12 lines
(11 loc)
•
220 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
html
>
<
html
>
<
head
>
<
meta
charset
=
"utf-8"
>
<
title
>
R-D3 Examples
</
title
>
</
head
>
<
body
>
<
div
id
=
"root"
/>
</
body
>
<
script
type
=
"text/javascript"
src
=
"package-examples.js"
>
</
script
>
</
html
>