This commit is contained in:
cyril59310 2026-01-02 23:05:35 +01:00
parent c7641a3c80
commit 79f542cc8d

View File

@ -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";