francisoliverlee closed issue #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.
URL: https://github.com/apache/rocketmq/issues/7555


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to