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
/
src
/
css
/
forceDirectedGraph.css
14 lines
(11 loc)
•
172 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.nv-force-node
{
stroke
:
#fff
;
stroke-width
:
1.5px
; }
.nv-force-link
{
stroke
:
#999
;
stroke-opacity
: .
6
; }
.nv-force-node
text
{
stroke-width
:
0px
; }