helgasoft commented on issue #16902: URL: https://github.com/apache/echarts/issues/16902#issuecomment-1556216976
@CarsonLoi, code is always needed when reporting a problem. @librabyte, your series data has no latitude/longitude coordinates. The most common cause for error "_Cannot read properties of undefined (reading 'regions')_" is a missing map registration. See how registration is done in [official example](https://echarts.apache.org/examples/en/editor.html?c=map-HK). Command [registerMap](https://echarts.apache.org/en/api.html#echarts.registerMap) requires geoJson or SVG format. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
