ghalex / vue3-charts

Vue3-Charts is an SVG-based charting library that is very easy to use and highly customizable
https://vue3charts.org
MIT License
142 stars 23 forks source link

ResizeObserver loop limit exceeded #53

Open d3nbr0 opened 1 year ago

d3nbr0 commented 1 year ago

Hello, I get the error "Resize Observer loop limit exceeded" when trying to integrate a graph from the documentation

image

9uenther commented 11 months ago

With nuxt3 i use <ClientOnly>

https://nuxt.com/docs/api/components/client-only

escaga commented 6 months ago

Same here