Add css for histograms

This commit is contained in:
Igor Babuschkin
2014-08-02 15:25:49 +02:00
parent 2485b7584c
commit e0aeb2ebc0
+15
View File
@@ -7,3 +7,18 @@ body {
cursor: pointer;
width: 200px;
}
.bar rect {
fill: steelblue;
shape-rendering: crispEdges;
}
.bar text {
fill: #fff;
}
.axis path, .axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}