mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 20:55:28 +00:00
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user