Pull the stacked value from the correct location
This commit is contained in:
parent
20cc26cc4e
commit
6d82a2acf3
1 changed files with 2 additions and 2 deletions
|
|
@ -260,10 +260,10 @@ export class StatsViewer extends HandlebarsApplicationMixin(ApplicationV2) {
|
||||||
animation: false,
|
animation: false,
|
||||||
scales: {
|
scales: {
|
||||||
y: {
|
y: {
|
||||||
stacked: table.config?.stacked ?? false,
|
stacked: table.graph?.stacked ?? false,
|
||||||
},
|
},
|
||||||
x: {
|
x: {
|
||||||
stacked: table.config?.stacked ?? false,
|
stacked: table.graph?.stacked ?? false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue