Pull the graph type from the new location

This commit is contained in:
Oliver-Akins 2025-04-30 21:59:35 -06:00
parent 7ac0e75b29
commit 179bc070e7

View file

@ -218,7 +218,7 @@ export class StatsViewer extends HandlebarsApplicationMixin(ApplicationV2) {
};
this._graphData = {
type: table.graphType,
type: table.graph.type,
options: {
// this must be true because it won't downsize the graph when false
maintainAspectRatio: true,