render daily energy graphs

This commit is contained in:
Eric Hulburd
2016-02-13 16:49:32 -06:00
parent b13c33d83c
commit 6713e756c4
19 changed files with 367 additions and 191 deletions

5
client/d3/chart.scss Normal file
View File

@@ -0,0 +1,5 @@
.d3-chart-axis path {
stroke-width: 2;
fill: none;
stroke:#000000;
}