UNPKG
d3-jsnext
Version:
latest (3.5.5)
3.5.5
d3, but futuristic
github.com/rollup/d3-jsnext
rollup/d3-jsnext
d3-jsnext
/
examples
/
force-directed
/
index.html
18 lines
(14 loc)
•
197 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE
html
>
<
meta
charset
=
"utf-8"
>
<
style
>
.node
{
stroke
:
#fff
;
stroke-width
:
1.5px
; }
.link
{
stroke
:
#999
;
stroke-opacity
: .
6
; }
</
style
>
<
body
>
<
script
src
=
"bundle.js"
>
</
script
>