17 lines
154 B
CSS
17 lines
154 B
CSS
.node ellipse {
|
|
fill: #fff;
|
|
stroke-width: 1.5px;
|
|
}
|
|
|
|
.node text {
|
|
font-size: 14px;
|
|
}
|
|
|
|
line.link {
|
|
stroke: #333;
|
|
stroke-opacity: 1;
|
|
}
|
|
|
|
#chart {
|
|
}
|