From e395daec8d6a053ef058642263f7c32b898ade18 Mon Sep 17 00:00:00 2001 From: ZLY Date: Fri, 10 Oct 2025 10:09:38 +0800 Subject: [PATCH] =?UTF-8?q?fix(chart):=20types=E5=85=BC=E5=AE=B9=E6=80=A7?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=8C=E4=BF=AE=E6=94=B9=E7=83=AD=E5=8A=9B?= =?UTF-8?q?=E5=9B=BEcellSize=E7=B1=BB=E5=9E=8B=E4=B8=BAnumber?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Chart/heat-map.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Chart/heat-map.tsx b/src/components/Chart/heat-map.tsx index 65c92d7..2ef070b 100644 --- a/src/components/Chart/heat-map.tsx +++ b/src/components/Chart/heat-map.tsx @@ -36,7 +36,7 @@ const HeatMap: React.FC = () => { top: 120, left: 30, right: 30, - cellSize: ['auto', 20], + cellSize: [20, 20], range: '2024', itemStyle: { borderWidth: 0.5,