Ovilia commented on issue #10110: 地图与柱状图结合,当拖拽缩放地图时,柱状图位置没有变化 URL: https://github.com/apache/incubator-echarts/issues/10110#issuecomment-474223768 感觉这个比较像用法不对导致的。 因为理论上说,柱状图结合地图应该把柱状图的坐标系设为 geo,但现在好像也不支持(参见 [series-bar.coordinateSystem](https://echarts.baidu.com/option.html#series-bar.coordinateSystem))。也有可能是 `convertToPixel` 方法返回的应该带上移动导致的偏移值。 @100pah 有空的时候帮忙看下。
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
