We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3fe034 commit ae0dcbaCopy full SHA for ae0dcba
1 file changed
packages/modules/web_themes/koala/source/src/components/charts/historyChart/HistoryChart.vue
@@ -261,6 +261,7 @@ const lineChartData = computed(() => {
261
const chartOptions = computed(() => ({
262
responsive: true,
263
maintainAspectRatio: false,
264
+ animation: { duration: 0 },
265
plugins: {
266
legend: {
267
display: !legendLarge.value && legendDisplay.value,
0 commit comments