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
   
   
![image](https://user-images.githubusercontent.com/25681526/157643374-85655f47-ae1f-4df1-b2f2-8826685c32ca.png)
   左下角为坐标【0,0】
   右上角为坐标【100,100】
   
   ### Expected Behavior
   
   
![image](https://user-images.githubusercontent.com/25681526/157643205-add8eace-eb93-445b-84f4-e4635a31fd72.png)
   左上角为坐标【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]

Reply via email to