From 2de53321bf6140070342e8e28c56bcdd99c327ee Mon Sep 17 00:00:00 2001 From: BrettS Date: Wed, 2 Jul 2025 08:37:23 +0200 Subject: [PATCH] Remove animation from history chart --- .../source/src/components/charts/historyChart/HistoryChart.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/modules/web_themes/koala/source/src/components/charts/historyChart/HistoryChart.vue b/packages/modules/web_themes/koala/source/src/components/charts/historyChart/HistoryChart.vue index fe696998c0..b19ef5697b 100644 --- a/packages/modules/web_themes/koala/source/src/components/charts/historyChart/HistoryChart.vue +++ b/packages/modules/web_themes/koala/source/src/components/charts/historyChart/HistoryChart.vue @@ -261,6 +261,7 @@ const lineChartData = computed(() => { const chartOptions = computed(() => ({ responsive: true, maintainAspectRatio: false, + animation: { duration: 0 }, plugins: { legend: { display: !legendLarge.value && legendDisplay.value,