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: [],