yycyeung opened a new issue #12539: URL: https://github.com/apache/incubator-echarts/issues/12539
### Version 3.8.5 ### Steps to reproduce draw polygons like https://echarts.apache.org/examples/en/editor.html?c=map-polygon ### What is expected? many beautiful polygons in my map ### What is actually happening? "TypeError: api.coord is not a function" appears --- i found out that there is no coord function in my api object (no coordSys in param as well) I search online, and people suggest me to import echarts/extension/bmap The problem is i am using the leaflet extension but not bmap, I would like to know is it possible to draw polygon in leaflet or it is necessary to include bmap in my work? "echarts": "^3.8.5", "echarts-leaflet": "^1.1.0", "leaflet": "^1.6.0" btw....I cannot open the echarts gallery https://gallery.echartsjs.com/ is it run by u guys? Thank you for your time ;) and Sorry if you feel like its not a bug... <!-- 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]
