mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-04-23 14:58:04 +08:00
This commit is contained in:
parent
bb9c25a880
commit
3900052adb
@ -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: [],
|
||||
|
Loading…
x
Reference in New Issue
Block a user