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";