Skip to content

Commit ae0dcba

Browse files
authored
Remove animation from history chart (#2504)
1 parent b3fe034 commit ae0dcba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/modules/web_themes/koala/source/src/components/charts/historyChart

packages/modules/web_themes/koala/source/src/components/charts/historyChart/HistoryChart.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ const lineChartData = computed(() => {
261261
const chartOptions = computed(() => ({
262262
responsive: true,
263263
maintainAspectRatio: false,
264+
animation: { duration: 0 },
264265
plugins: {
265266
legend: {
266267
display: !legendLarge.value && legendDisplay.value,

0 commit comments

Comments
 (0)