We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb9c25a commit 3900052Copy full SHA for 3900052
frontend/src/components/content_value/ContentServerStatus.vue
@@ -427,6 +427,7 @@ const networkRate = shallowRef({
427
428
const chartOption = computed(() => {
429
return {
430
+ animation: false,
431
responsive: true,
432
maintainAspectRatio: false,
433
events: [],
@@ -464,6 +465,7 @@ const chartOption = computed(() => {
464
465
466
const byteChartOption = computed(() => {
467
468
469
470
471
0 commit comments