Nice barchart

This commit is contained in:
2015-03-08 17:02:14 +07:00
parent 6ebab740b7
commit 311bd021a8
7 changed files with 140 additions and 46 deletions
+1
View File
@@ -28,6 +28,7 @@ li.nav {
}
.content {
margin-top: 15px;
width: calc(100% - 13em);
}
.content .left, .content .right {
+10
View File
@@ -0,0 +1,10 @@
.barchart g {
cursor: pointer;
}
.barchart .label {
font-family: "Lucida Console", Monaco, monospace;
font-size: 16px;
}
.barchart .label_underlay {
fill: rgba(255, 255, 255, .8);
}