Custom comparisons, performance improvements

This commit is contained in:
Colin McLeod
2015-05-20 00:29:24 -07:00
parent 02fe76f43b
commit 6c1e3a7410
146 changed files with 1096 additions and 1062 deletions

View File

@@ -2,9 +2,7 @@
.chart {
.user-select-none();
display: inline-block;
margin: 1em;
//width:100%;
//height:100%;
margin: 0;
cursor: default;
h3 {
@@ -16,6 +14,7 @@
}
svg {
.axis {
line, path {
@@ -35,6 +34,15 @@
}
}
.marker {
fill: @secondary;
}
.label {
font-size: 0.9em;
fill: @fg;
}
}
}