Disable legend clicks in the graphs (closes #4)

This commit is contained in:
Oliver-Akins 2025-05-30 21:28:15 -06:00
parent c7b9146e34
commit de35935a2d

View file

@ -264,6 +264,11 @@ export class StatsViewer extends HandlebarsApplicationMixin(ApplicationV2) {
stacked: table.graph?.stacked ?? false,
},
},
plugins: {
legend: {
onClick: null,
},
},
},
data: {
labels: sortedBucketNames,