qicainiao opened a new issue #13965:
URL: https://github.com/apache/incubator-echarts/issues/13965
### Version
4.9.0
### Steps to reproduce
import echarts from "echarts";
import "echarts/map/js/china.js";
require("echarts/theme/macarons"); // echarts theme
import geoCoordMap from "./geoCoordMap.js";
### What is expected?
希望地图生产环境正常加载出来
### What is actually happening?
not available
vue.min.js:6 Error: Component series.map not exists. Load it first.
at Function.Un.t.getClass (echarts.common.min.js:22)
at n. (echarts.common.min.js:22)
at Array.forEach ()
at d (echarts.common.min.js:22)
at n. (echarts.common.min.js:22)
at Function.t.topologicalTravel (echarts.common.min.js:22)
at n.mergeOption (echarts.common.min.js:22)
at n.wo (echarts.common.min.js:22)
at n.resetOption (echarts.common.min.js:22)
at n.setOption (echarts.common.min.js:22)
---
import echarts from "echarts";
import "echarts/map/js/china.js";
require("echarts/theme/macarons"); // echarts theme
import geoCoordMap from "./geoCoordMap.js";
<!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
<!-- This issue is in English. DO NOT REMOVE -->
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]