From cba1f87f8f928a4ea49c13efb5e4091a9861dedf Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Wed, 21 Jan 2026 10:59:12 -0600 Subject: [PATCH] fix: disable loading animations on chart graphs --- assets/js/app.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/js/app.ts b/assets/js/app.ts index 80cb2d41..630593c4 100644 --- a/assets/js/app.ts +++ b/assets/js/app.ts @@ -234,6 +234,7 @@ const SensorChart: SensorChartHook = { options: { responsive: true, maintainAspectRatio: false, + animation: false, interaction: { mode: 'index', intersect: false,