Hi Yordan,
We have analyzed your query. From that, we would like to let you know that the chart is responsive with respect to the width and height of its parent element, if its zero, then it will render with its default size(600 * 450). we suggest you to use the below workaround solution to achieve your requirement. In that we have modified the style of chart and accumulation chart using class name to achieve your requirement. Please find below code snippet and screenshot.
Code Snippet:
.e-chart {
height: inherit !important;
}
.e-accumulationchart{
height: inherit !important;
} |
Screenshot:
If you still face this issue. kindly revert us with the following information which will be more helpful for further analysis and provide you the solution sooner.
- Please share the runnable sample.
- Share the details if you have done any other customization in your sample.
Regards,
Srihari