angular 13 echarts effectScatter-bmap bmap Don't show
18336380660 opened this issue · 2 comments
18336380660 commented
angular version 13
Echarts version 5.3.1 was introduced
Add it to angular.json
"node_modules/echarts/dist/echarts.min.js",
"Node_modules/echarts/dist/extension/bmap js." "
Added to main.ts
import * as echarts from 'echarts/core';
import 'echarts/dist/extension/bmap.min.js';
import _m from 'echarts/extension-src/bmap/BMapView';
import _v from 'echarts/extension-src/bmap/BMapModel';
import { version } from 'echarts/extension-src/bmap/bmap';
Added to module
NgxEchartsModule. ForRoot ({
echarts
}),
Added to index.ts
The map is still not displayed。。。。
https://echarts.apache.org/examples/zh/editor.html?c=effectScatter-bmap
18336380660 commented
jiangwei2 commented
同样的问题 , 请问解决了吗?