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
When I use the code below, height value passed as 'px' value not as "%". <ReactECharts option={chartOptions} style={{ height:"100%",width:"100%"}} opts={{renderer: 'svg'}} />
Packages are: "echarts": "^5.4.2", "echarts-for-react": "^3.0.2"
Is there any workaround to manage height of the plot?
Thanks
The text was updated successfully, but these errors were encountered:
uunal
changed the title
Auto height does not work
Used height value % shown as px
Jun 19, 2023
Hi everyone,
When I use the code below, height value passed as 'px' value not as "%".
<ReactECharts option={chartOptions} style={{ height:"100%",width:"100%"}} opts={{renderer: 'svg'}} />
Packages are:
"echarts": "^5.4.2", "echarts-for-react": "^3.0.2"
Is there any workaround to manage height of the plot?
Thanks
The text was updated successfully, but these errors were encountered: