Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nuxt 3 Module #775

Closed
1 task done
Celibioux opened this issue Apr 4, 2024 · 3 comments
Closed
1 task done

Nuxt 3 Module #775

Celibioux opened this issue Apr 4, 2024 · 3 comments

Comments

@Celibioux
Copy link

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
Copy link
Contributor

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.

@kingyue737
Copy link
Contributor

kingyue737 commented Jun 26, 2024

I write a Nuxt Module for ECharts with support of SSR.

https://github.com/kingyue737/nuxt-echarts

docs: https://echarts.nuxt.dev

It's currently in active development. Any suggestion or issue reports are very welcome.

It doesn't have issue like #627 and #766

@Justineo
Copy link
Member

I'm closing this issue as @kingyue737 is working on a Nuxt Module for ECharts 👍. See the comment above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants