ElemeFE / v-charts

基于 Vue2.0 和 ECharts 封装的图表组件📈📊
https://v-charts.js.org
MIT License
6.8k stars 1.99k forks source link

使用地图组件报错Map not exists. The GeoJSON of the map must be provided。 #890

Open TerryZwei opened 3 years ago

TerryZwei commented 3 years ago

Summary 简述

在使用v-charts的地图组件时候,控制台报错 Map not exists. The GeoJSON of the map must be provided.,但是地图显示正常,数据也能正常显示。使用的是最新的echarts@5.0.0版本,经测试使用echarts@4.x.x版本没有这个问题报错。

Expect 期望结果

解决控制台报错

Reproduce 重现示例

geoSourceManager.js?5b87:98 Map not exists. The GeoJSON of the map must be provided.

Pearyman commented 3 years ago

+1

Uahh commented 2 years ago

加一段js