appreciated/apexcharts-flow

Charts don't appear on the screen

Closed this issue · 1 comments

Vaadin: 21
Java: 11

I am trying to add any graph from the examples on a grid:
https://appreciated-collection.herokuapp.com/apexcharts/

The graphs don't appear and there are no errors in the screen or in the console.

Anyone with the same problem?

Had the same issue on Vaadin 23.0.9.

I just tried out one of the examples, but nothing was displayed.
Found out, that the has a width of 100%, but no height.

After setting the height it is visible. Maybe that's the same problem you are having?

Edit:
There are still issues with charts not displaying (I think when used inside css-grid/flex containers?). The charts will sometimes only appear after resizing the screen or when resetting some styles in the browsers dev-console.