diff --git a/scripts/pi-hole/js/db_graph.js b/scripts/pi-hole/js/db_graph.js index 4223e738..62a15ebc 100644 --- a/scripts/pi-hole/js/db_graph.js +++ b/scripts/pi-hole/js/db_graph.js @@ -237,8 +237,8 @@ $(function () { options: { responsive: true, interaction: { - mode: 'nearest', - axis: 'x', + mode: "nearest", + axis: "x", }, plugins: { tooltip: { diff --git a/scripts/pi-hole/js/index.js b/scripts/pi-hole/js/index.js index a98a9bff..d327aa4b 100644 --- a/scripts/pi-hole/js/index.js +++ b/scripts/pi-hole/js/index.js @@ -865,8 +865,8 @@ $(function () { responsive: true, maintainAspectRatio: false, interaction: { - mode: 'nearest', - axis: 'x', + mode: "nearest", + axis: "x", }, plugins: { legend: { @@ -976,8 +976,8 @@ $(function () { responsive: true, maintainAspectRatio: false, interaction: { - mode: 'nearest', - axis: 'x', + mode: "nearest", + axis: "x", }, plugins: { legend: {