Wily96 opened a new issue, #7555: URL: https://github.com/apache/rocketmq/issues/7555
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. _Originally posted by @undeletable in https://github.com/apache/echarts/issues/19289#issuecomment-1809180639_ -- 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: commits-unsubscr...@rocketmq.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org