Skip to content

Commit 3900052

Browse files
committed
chore: remove chart animations to reduce performance costs (#187) (#188)
1 parent bb9c25a commit 3900052

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/src/components/content_value/ContentServerStatus.vue

+2
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ const networkRate = shallowRef({
427427
428428
const chartOption = computed(() => {
429429
return {
430+
animation: false,
430431
responsive: true,
431432
maintainAspectRatio: false,
432433
events: [],
@@ -464,6 +465,7 @@ const chartOption = computed(() => {
464465
465466
const byteChartOption = computed(() => {
466467
return {
468+
animation: false,
467469
responsive: true,
468470
maintainAspectRatio: false,
469471
events: [],

0 commit comments

Comments
 (0)