echarts-bot[bot] commented on issue #16662: URL: https://github.com/apache/echarts/issues/16662#issuecomment-1063903628
@zjp1531236645 It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗 <details><summary><b>TRANSLATED</b></summary><br> **TITLE** [Bug] Server-side rendering geo configuration boundingCoords property is inconsistent with client-side rendering **BODY** ### 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. Configure the boundingCoords property of geo as [ [0, 0], [100, 100] ] 2. Set the data attribute of the series = [ [0, 0, 10], [100, 100, 20] ] 3. Inconsistent with the coordinates rendered on the web side ### Current Behavior  The lower left corner is the coordinate [0,0] The upper right corner is the coordinates [100,100] ### Expected Behavior  The upper left corner is the coordinate [0,0] The lower right corner is the coordinates [100,100] ### Environment ````markdown - OS: - Browser: - Framework: ```` ### Any additional comments? _No response_ </details> -- 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]
