Calculate precise label sizes

damn you svg!
This commit is contained in:
2015-03-09 21:00:06 +07:00
parent c2fd42bed0
commit fb56b7164b
2 changed files with 34 additions and 13 deletions
+2 -2
View File
@@ -5,11 +5,11 @@
cursor: pointer;
}
.barchart .label {
font-family: "Lucida Console", Monaco, monospace;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 16px;
}
.barchart .label_underlay {
fill: rgba(255, 255, 255, .8);
fill: rgba(255, 255, 255, .7);
}
.filters {