change gitignore and fixes to statistic graphs

This commit is contained in:
John Geiger
2016-05-12 15:52:59 +02:00
parent 6102d5eba4
commit fa0d893c21
5 changed files with 45 additions and 36 deletions

View File

@@ -31,8 +31,13 @@ input[type='file'] {
.line {
fill: none;
stroke: orange;//steelblue;
stroke-width: 4px;
//stroke: orange;//steelblue;
stroke-width: 2px;
}
.line2 {
fill: none;
//stroke: red;//steelblue;
stroke-width: 3px;
}
div#chart_1 {