Nuxt 3 Module
Celibioux opened this issue · 3 comments
Celibioux commented
Confirmation
- I can confirm this is a feature request for the Vue component instead of ECharts itself.
Details
It would be nice to have a Nuxt 3 compatible Module with SSR maybe !?
kingyue737 commented
https://echarts.apache.org/handbook/en/how-to/cross-platform/server#server-side-svg-rendering
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.