-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
echarts 地图飞线绘制出现循环报错,地图可以绘制成功,添加飞线配置就会循环报错,直到开发工具卡死 #949
Comments
这是详情代码,series: [] 里注释的代码放开,就会循环报错 import geoJson from './mapData.js'; const geoCoordMap = { const routes = [ function convertData(data) { function initChart(canvas, width, height, dpr) {
} Page({
}); |
提问前应该做的事
请确保提问前做了以下事,将完成的项目的
[]
改为[x]
:需提供的信息
将符合项的
[]
改为[x]
,并补充需要的信息:简单描述问题:
echarts 地图飞线绘制,地图可以正常绘制成功,添加飞线时,出现报错,并循环报同样一个错误,直到开发工具卡死
项目是git下载源码,并在这个基础上添加开发的,是微信小程序不支持飞线开发嘛?
代码里只要添加这个配置,data属性有值就会循环报错
预期效果:
(如有需要请提供预期的图)
实际效果:
(如有需要请提供截图)
复现环境:
The text was updated successfully, but these errors were encountered: