d3/examples/chord/chord.css

10 строки
112 B
CSS

#chart {
font: 10px sans-serif;
}
.chord path {
fill-opacity: .67;
stroke: #000;
stroke-width: .5px;
}