d3/examples/pack/pack.css

16 строки
198 B
CSS
Исходник Обычный вид История

circle {
2011-04-15 03:51:53 +04:00
fill: rgb(31, 119, 180);
fill-opacity: .25;
stroke: rgb(31, 119, 180);
stroke-width: 1px;
}
.leaf circle {
fill: #ff7f0e;
2011-04-15 03:51:53 +04:00
fill-opacity: 1;
}
text {
2011-04-15 03:51:53 +04:00
font: 10px sans-serif;
}