helgasoft commented on issue #21520: URL: https://github.com/apache/echarts/issues/21520#issuecomment-4086402413
Perhaps an **API documentation bug**, [map.seriesLayoutBy](https://echarts.apache.org/en/option.html#series-map.seriesLayoutBy) should not exist, IMHO. Option _seriesLayoutBy_ is for cartesian coordinate system charts ([official example](https://echarts.apache.org/examples/en/editor.html?c=dataset-series-layout-by)), not for maps. The incompatibility was anticipated, which is why you are receiving the error. https://github.com/apache/echarts/blob/c8adaf4f509d217d55cab96a4a9535b431d97fb4/src/data/helper/dataProvider.ts#L239 -- 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]
