Skip to content

Commit

Permalink
chore: remove chart animations to reduce performance costs (tiny-craf…
Browse files Browse the repository at this point in the history
  • Loading branch information
tiny-craft committed Mar 18, 2024
1 parent bb9c25a commit 3900052
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/components/content_value/ContentServerStatus.vue
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ const networkRate = shallowRef({
const chartOption = computed(() => {
return {
animation: false,
responsive: true,
maintainAspectRatio: false,
events: [],
Expand Down Expand Up @@ -464,6 +465,7 @@ const chartOption = computed(() => {
const byteChartOption = computed(() => {
return {
animation: false,
responsive: true,
maintainAspectRatio: false,
events: [],
Expand Down

0 comments on commit 3900052

Please sign in to comment.