When using the resize animation setting height the chart content is animated resizing, but not the canvas container itself.
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?