Metis77 opened a new issue #15962:
URL: https://github.com/apache/echarts/issues/15962
### Version
5.1.2
### Steps to reproduce
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 this a bug or is there a workaround we are not aware of?
### What is expected?
The Canvas should resize following the animation settings.
### What is actually happening?
The canvas resizes immediately.
<!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
<!-- This issue is in English. DO NOT REMOVE -->
--
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]