From 79f542cc8d4ef26abb4c1936b0e2d02f29d875a9 Mon Sep 17 00:00:00 2001 From: cyril59310 Date: Fri, 2 Jan 2026 23:05:35 +0100 Subject: [PATCH] fix --- src/components/PingChart.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PingChart.vue b/src/components/PingChart.vue index 9eb644ac8..dfe3a7bc1 100644 --- a/src/components/PingChart.vue +++ b/src/components/PingChart.vue @@ -164,7 +164,7 @@ export default { display: true, position: "top", align: "start", - // Indicates that the legend is clickable (cursor pointer) + // Indicates that the legend is clickable (cursor pointer) onHover: function (event, legendItem, legend) { if (legend && legend.chart && legend.chart.canvas) { legend.chart.canvas.style.cursor = "pointer";