From 1d0185645d8681b0a9d7532163b117ee4cefea30 Mon Sep 17 00:00:00 2001 From: ziwu7 <263377135@qq.com> Date: Wed, 18 Dec 2024 20:31:10 +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?=E5=B7=B2=E4=BF=AE=E6=AD=A3=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/page/Map/component/EChartsMap.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/page/Map/component/EChartsMap.tsx b/source/page/Map/component/EChartsMap.tsx index 8f5827b..9979ed9 100644 --- a/source/page/Map/component/EChartsMap.tsx +++ b/source/page/Map/component/EChartsMap.tsx @@ -110,7 +110,7 @@ export class EChartsMap } async loadData() { - const { chart, mapUrl, mapName, chartOptions } = this; + const { chart, mapUrl, mapName } = this; chart.showLoading();