From 88a9d2993bae2f23555599bdcab28a91e8399c18 Mon Sep 17 00:00:00 2001 From: ziwu7 <263377135@qq.com> Date: Wed, 18 Dec 2024 20:23:17 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=AE=8C=E5=96=84=E3=80=91ECharts-JSX?= =?UTF-8?q?=20=E9=87=8D=E5=86=99=E5=9C=B0=E5=9B=BE=E5=9B=BE=E8=A1=A8?= =?UTF-8?q?=EF=BC=8C=E5=B7=B2=E5=AE=8C=E6=88=90=E4=BF=AE=E6=AD=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/page/Map/component/EChartsMap.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/source/page/Map/component/EChartsMap.tsx b/source/page/Map/component/EChartsMap.tsx index 026ccec..8f5827b 100644 --- a/source/page/Map/component/EChartsMap.tsx +++ b/source/page/Map/component/EChartsMap.tsx @@ -121,7 +121,6 @@ export class EChartsMap registerMap(mapName, data); - this.chart.setOption(chartOptions); this.adjustLabel(); chart.hideLoading(); }