Metis77 opened a new issue #15961:
URL: https://github.com/apache/echarts/issues/15961


   When using the resize animation setting height the chart content is animated 
resizing, but not the canvas container itself.
   
   ```javascript
   myChart.one("rendered", () => {
         myChart.resize({
           height: calcChartHeight(),
           animation: {
             duration: 600,
             easing: "ease-out",
           }
         });
       })
   ```
   
   Any Idea?
   Is the a bug oder is there a workaround we are not aware of?
   


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