From 3900052adbfb98c33b44690f2a3b2a720dddf75c Mon Sep 17 00:00:00 2001 From: Lykin <137850705+tiny-craft@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:10:22 +0800 Subject: [PATCH] chore: remove chart animations to reduce performance costs (#187) (#188) --- frontend/src/components/content_value/ContentServerStatus.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/components/content_value/ContentServerStatus.vue b/frontend/src/components/content_value/ContentServerStatus.vue index a99918d..68c06a9 100644 --- a/frontend/src/components/content_value/ContentServerStatus.vue +++ b/frontend/src/components/content_value/ContentServerStatus.vue @@ -427,6 +427,7 @@ const networkRate = shallowRef({ const chartOption = computed(() => { return { + animation: false, responsive: true, maintainAspectRatio: false, events: [], @@ -464,6 +465,7 @@ const chartOption = computed(() => { const byteChartOption = computed(() => { return { + animation: false, responsive: true, maintainAspectRatio: false, events: [],