You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We also have to specify the height and width of the chart, so if your chart size needs to be responsive to the container, you may need to think about whether server-side rendering is appropriate for your scenario.
In my opinion, it seems that scenarios of SSR ECharts are limited since many users use VueEcharts with autoresize prop which does not work on the server side. We cannot know the size of the container in advance.
Confirmation
Details
It would be nice to have a Nuxt 3 compatible Module with SSR maybe !?
The text was updated successfully, but these errors were encountered: