From f2d3dbb6a465658e6a5c9b0161a080d6535ec3f5 Mon Sep 17 00:00:00 2001 From: "While True: learn()" Date: Wed, 4 Jan 2023 13:56:55 +0800 Subject: [PATCH] Update ChartView.js --- src/common/components/chart/ChartView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/components/chart/ChartView.js b/src/common/components/chart/ChartView.js index d9de56aac8..9f86c28f22 100644 --- a/src/common/components/chart/ChartView.js +++ b/src/common/components/chart/ChartView.js @@ -1,7 +1,7 @@ /* Copyright© 2000 - 2022 SuperMap Software Co.Ltd. All rights reserved. * This program are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.html.*/ -import echarts from "echarts"; +import * as echarts from "echarts"; import { ChartViewModel } from "./ChartViewModel";