supportdesk-si commented on issue #20451:
URL: https://github.com/apache/echarts/issues/20451#issuecomment-2455143304

   This example does not work. It relies on **zoom** level being manually set 
to fit the area into the screen.  As soon as coordinates change, this example 
will not work.
   
   Try to use the following updates in the your code to see non-working version
   
   Line 2 and 3
   ```
   llx = -88.658363; lly = 37.932836;
   urx = -84.377731; ury =      39.152745;
   ```
   Line 53
   `center: [-86.51805, 38.54279], `
   
   You will see that the box is no longer showing the content correctly. 
   
   
![image](https://github.com/user-attachments/assets/47946869-fccf-4e51-ac04-3e8bddee7f49)
   
   The proposed `viewCoords` should not require the center nor the zoom option. 
It is a relatively light update of the feature that is already in the product 
and only requires adjustment how the zoom and pan options work.


-- 
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