1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

fix: html footer rendering

chore: update chartjs
This commit is contained in:
Ferdinand Mütsch
2020-12-02 23:16:12 +01:00
parent 67fe6eea56
commit e610bb3ee3
4 changed files with 18 additions and 16 deletions

View File

@ -47,7 +47,8 @@ function draw() {
let idx = type === 'pie' ? item.index : item.datasetIndex
let d = wakapiData[key][idx]
return `${d.key}: ${d.total.toString().toHHMMSS()}`
}
},
title: () => 'Total Time'
}
}
}