diff --git a/module/Apps/StatsViewer.mjs b/module/Apps/StatsViewer.mjs index dbe6844..57a1cd8 100644 --- a/module/Apps/StatsViewer.mjs +++ b/module/Apps/StatsViewer.mjs @@ -264,6 +264,11 @@ export class StatsViewer extends HandlebarsApplicationMixin(ApplicationV2) { stacked: table.graph?.stacked ?? false, }, }, + plugins: { + legend: { + onClick: null, + }, + }, }, data: { labels: sortedBucketNames,