vaadin / vaadin-charts

Vaadin Charts is a feature-rich interactive graph library that answers the data visualization needs of modern web applications
https://vaadin.com/charts
Other
51 stars 24 forks source link

revert: force Highcharts to redraw when container's width changes (#580) #582

Closed sissbruecker closed 3 years ago

sissbruecker commented 3 years ago

This reverts commit a42945e3

Reverts the previous fix for resizing the chart when wrapping it in a flex child, as it introduced several regressions (https://github.com/vaadin/web-components/issues/2600). See https://github.com/vaadin/web-components/issues/2171#issuecomment-934340680 for the resolution of the original issue.

I kept all the changes to the tests (unrelated to the fix), I assume they were done to make the tests more stable.

sissbruecker commented 3 years ago

There seems to be an issue with the workflows not being triggered, let's not merge before we can get them to run.

sissbruecker commented 3 years ago

Workflows have now run successfully.