From b904d3b20838c2adc5cfc1a81209f27f2e02f60c Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 30 Jul 2024 00:04:17 +0800 Subject: [PATCH] up --- src/pages/Dashboard/index.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/pages/Dashboard/index.tsx b/src/pages/Dashboard/index.tsx index 9dbf548..1eecb1f 100644 --- a/src/pages/Dashboard/index.tsx +++ b/src/pages/Dashboard/index.tsx @@ -68,7 +68,12 @@ const Welcome: React.FC = () => { return value.length > 10 ? value.substring(0,10) + '...' : value; }, } - } + }, + xAxis: { + tickInterval: 1, + tickCount: 0 + }, + }; const pieConfig = {