diff --git a/src/renderer/components/chart/bar-chart.tsx b/src/renderer/components/chart/bar-chart.tsx index f74d00e9a8..b2c7547bc5 100644 --- a/src/renderer/components/chart/bar-chart.tsx +++ b/src/renderer/components/chart/bar-chart.tsx @@ -165,7 +165,7 @@ export const memoryOptions: ChartOptions = { } return bytesToUnits(parseInt(value)); } - return `${value}`; + return bytesToUnits(value); }, stepSize: 1 }