aetaric / checkrr

Checkrr Scans your library files for corrupt media and replace the files via sonarr and radarr
MIT License
179 stars 8 forks source link

[BUG] Hover tooltips not working #98

Open oldsweatyman opened 1 month ago

oldsweatyman commented 1 month ago

I remember being able to hover over the pie chart pieces and on the graph to see complete numbers for each category. Doesn't seem to work anymore on different OS's or browsers. Was this feature removed?

The filesChecked and hashMismatches are similar in color and I like to make sure, see what I'm looking at with the tooltips, and get exact numbers if possible.

I guess a related feature request would be to have a table showing exact numbers for each category next to the charts.

aetaric commented 1 month ago

The charts are all chart.js, looks like something changed back in 3.2.0 when chart.js was bumped to 4.3.0 from 4.1.2. I'll have to poke around and see what changed, if I can fix it, and if I can improve the data display somewhat.

To solve your problem temporarily, if you click on items in the legend, it should hide them from the data display. The stats are also displayed at the end of each run, so you should be able to get the exact numbers there.