diff --git a/scripts/pi-hole/js/index.js b/scripts/pi-hole/js/index.js index c1550904..148f8275 100644 --- a/scripts/pi-hole/js/index.js +++ b/scripts/pi-hole/js/index.js @@ -813,7 +813,7 @@ function doughnutTooltip(tooltipItems, data) { dataset.data[tooltipItems.index].toFixed(1) + "% of all queries
- " + ((dataset.data[tooltipItems.index] * 100) / (total - scale)).toFixed(1) + - "% of displayed query types" + "% of shown items" ); }