diff --git a/src/components/Host.vue b/src/components/Host.vue index bf7882f..af5e1a9 100644 --- a/src/components/Host.vue +++ b/src/components/Host.vue @@ -223,8 +223,7 @@ function onMountedFunc() { type: 'value', axisLabel: { formatter: function (value: number) { - console.log(value) - return formatSizeByUnit(value, null, 'b') + return formatSizeByUnit(value*8, null, 'b') } } }