Pull the graph type from the new location
This commit is contained in:
parent
7ac0e75b29
commit
179bc070e7
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ export class StatsViewer extends HandlebarsApplicationMixin(ApplicationV2) {
|
||||||
};
|
};
|
||||||
|
|
||||||
this._graphData = {
|
this._graphData = {
|
||||||
type: table.graphType,
|
type: table.graph.type,
|
||||||
options: {
|
options: {
|
||||||
// this must be true because it won't downsize the graph when false
|
// this must be true because it won't downsize the graph when false
|
||||||
maintainAspectRatio: true,
|
maintainAspectRatio: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue