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 = {