zjp1531236645 opened a new issue #16662: URL: https://github.com/apache/echarts/issues/16662
### Version 5.3.1 ### Link to Minimal Reproduction https://codesandbox.io/s/apache-echarts-canvas-ssr-demo-forked-bdg166?file=/src/index.js ### Steps to Reproduce 1.配置geo 的boundingCoords属性 为[ [0, 0], [100, 100] ] 2.设置series 的data属性 = [ [0, 0, 10], [100, 100, 20] ] 3.和web端渲染的坐标不一致 ### Current Behavior  左下角为坐标【0,0】 右上角为坐标【100,100】 ### Expected Behavior  左上角为坐标【0,0】 右下角为坐标【100,100】 ### Environment ```markdown - OS: - Browser: - Framework: ``` ### Any additional comments? _No response_ -- 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]
