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
Update Required in Opts Between ECharts and ECharts-for-React, and Lack of SSR Support
Description:
Currently, there is a discrepancy between the options available for configuring a chart in ECharts and those used in the ECharts-for-React wrapper. Additionally, there is a lack of support for Server-Side Rendering (SSR) in the ECharts-for-React wrapper.
Problem:
In ECharts, the options are defined as follows:
Moreover, the ECharts-for-React wrapper lacks support for Server-Side Rendering (SSR), which is a crucial feature for many projects aiming to improve performance and SEO.
Proposed Solution:
Harmonize the options between ECharts and ECharts-for-React, either by aligning the definitions or providing clear documentation on how to translate between the two sets of options.
Implement Server-Side Rendering (SSR) support in the ECharts-for-React wrapper to enable rendering charts on the server side, improving performance and SEO.
The text was updated successfully, but these errors were encountered:
RayaneSlimani
changed the title
Update type Opts ( and add support for SSR)
Update Required type Opts ( and add support for SSR)
Mar 18, 2024
Update Required in Opts Between ECharts and ECharts-for-React, and Lack of SSR Support
Description:
Currently, there is a discrepancy between the options available for configuring a chart in ECharts and those used in the ECharts-for-React wrapper. Additionally, there is a lack of support for Server-Side Rendering (SSR) in the ECharts-for-React wrapper.
Problem:
In ECharts, the options are defined as follows:
However, in the ECharts-for-React wrapper, the options are defined differently:
Moreover, the ECharts-for-React wrapper lacks support for Server-Side Rendering (SSR), which is a crucial feature for many projects aiming to improve performance and SEO.
Proposed Solution:
Harmonize the options between ECharts and ECharts-for-React, either by aligning the definitions or providing clear documentation on how to translate between the two sets of options.
Implement Server-Side Rendering (SSR) support in the ECharts-for-React wrapper to enable rendering charts on the server side, improving performance and SEO.
The text was updated successfully, but these errors were encountered: