hustcc / echarts-for-react

⛳️ Apache ECharts components for React wrapper. 一个简单的 Apache echarts 的 React 封装。
https://git.hust.cc/echarts-for-react
MIT License
4.51k stars 629 forks source link

Support server side rendering #506

Open ZeRego opened 1 year ago

ZeRego commented 1 year ago

Now that echarts supports server side rendering , could we support it here as well ? I know we might have limitations specially with canvas but we could support ssr for svg rendering as a first step.

This would help situations where we want to render a larger/complex component that includes the echart component from echarts-for-react.

hustcc commented 1 year ago

Can help to give me a pr?

ZeRego commented 1 year ago

@hustcc Are there any contribution docs? can't find them