summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/clientscript.js
Commit message (Collapse)AuthorAgeFilesLines
* [statistics] chart: Fix table highlight not resetting on mouseoutSimon Rettberg2022-07-201-0/+6
| | | | | | | Apparently, Chart.js doesn't fire a new onHover event if the mouse leaves a piece of the pie chart without moving over the blank area withing the canvas first. So we need an additional event for when the mouse cursor leaves the canvas.
* [statistics] Fix Chart.js for HDD viewSimon Rettberg2022-07-061-0/+70