From 179bc070e7c2400793b6fadaf502dc0636e10046 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Wed, 30 Apr 2025 21:59:35 -0600 Subject: [PATCH] Pull the graph type from the new location --- module/Apps/StatsViewer.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/Apps/StatsViewer.mjs b/module/Apps/StatsViewer.mjs index 639b943..92c9b72 100644 --- a/module/Apps/StatsViewer.mjs +++ b/module/Apps/StatsViewer.mjs @@ -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,