asantibanez / livewire-charts

Neat Livewire Charts for your Laravel projects
MIT License
805 stars 120 forks source link

Charts resizing when window resizes #19

Closed linusx closed 3 years ago

linusx commented 3 years ago

When I resize the window in anyway, the charts start resizing and will continue until I reload the page.

ChartResizing

ao-jhelmich commented 3 years ago

Could you provide the code that you use?

Have you set a height on the parent element?

asachanfbd commented 3 years ago

Chart sizes are dependent on their container size. Check if your containers size depends on window size.

linusx commented 3 years ago

That would make sense. Let me give that a try.

linusx commented 3 years ago

That did it. Thanks.