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,