undeletable commented on issue #19289:
URL: https://github.com/apache/echarts/issues/19289#issuecomment-1809180639
I was able to work this around without introducing additional complication
of preserving the nodes state. Instead of using `series.zoom`, I just change
width and height of parent element (e.g., if initial width is 1000px, the width
after 1.5x zoom would be 1500px), and when they change, I call `resize()`
method of chart instance, passing `{height: "auto", width: "auto"}` as argument.
--
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]