diff --git a/scripts/pi-hole/js/index.js b/scripts/pi-hole/js/index.js index ae7f52d9..cfd51726 100644 --- a/scripts/pi-hole/js/index.js +++ b/scripts/pi-hole/js/index.js @@ -868,7 +868,7 @@ $(document).ready(function() { mode: "x-axis", custom: customTooltips, itemSort: function(a, b) { - return b.yLabel - a.yLabel + return b.yLabel - a.yLabel; }, callbacks: { title: function(tooltipItem, data) {