d3
Version:
A small, free JavaScript library for manipulating documents based on data.
29 lines (23 loc) • 332 B
CSS
svg {
font: 10px sans-serif;
}
text.title {
font: 300 78px Helvetica Neue;
fill: #666;
}
.rule line {
stroke: #fff;
stroke-opacity: .2;
shape-rendering: crispEdges;
}
.rule:first-child line {
stroke: #000;
stroke-opacity: 1;
}
rect {
fill-opacity: .6;
fill: #e377c2;
}
rect:first-child {
fill: #1f77b4;
}