From b1d1a86499c5a4a52e2d1c8fee1bfbf457524920 Mon Sep 17 00:00:00 2001 From: 0xMillz <37815163+0xMillz@users.noreply.github.com> Date: Wed, 19 Jun 2024 03:18:26 -0500 Subject: [PATCH] =?UTF-8?q?feat:=20adjust=20chart=20y-axis=20to=20be=20mor?= =?UTF-8?q?e=20=F0=9F=8F=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/InfoDashboard/const.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/common/InfoDashboard/const.ts b/src/common/InfoDashboard/const.ts index 3156f92..f3b29cf 100644 --- a/src/common/InfoDashboard/const.ts +++ b/src/common/InfoDashboard/const.ts @@ -40,8 +40,7 @@ export const CHART_CONFIG: Readonly = Object.freeze({ }, ticks: { color: '#ffffff', - callback: (val: unknown) => String(val).replace(/000$/, 'K'), - stepSize: 5000, + stepSize: 50, }, }, },