Disable legend clicks in the graphs (closes #4)
This commit is contained in:
parent
c7b9146e34
commit
de35935a2d
1 changed files with 5 additions and 0 deletions
|
|
@ -264,6 +264,11 @@ export class StatsViewer extends HandlebarsApplicationMixin(ApplicationV2) {
|
||||||
stacked: table.graph?.stacked ?? false,
|
stacked: table.graph?.stacked ?? false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
plugins: {
|
||||||
|
legend: {
|
||||||
|
onClick: null,
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
data: {
|
data: {
|
||||||
labels: sortedBucketNames,
|
labels: sortedBucketNames,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue