Manually update chart

This commit is contained in:
2017-04-05 10:21:40 +02:00
parent 3adfef0cfe
commit 0b6b63df4f
11 changed files with 612 additions and 598 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ function toData(r:any){
}
function timeToData(r:any){
let times = r.time.substring(11,18);
let times = r.time.substring(11,19);
return times;
}