BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
Hi Brad,
Thanks for using Syncfusion product.
Please find the response for your query.
We can resize the chart when the window re-size. We suggest you to enable "needResize" property of chart to get responsive chart.
[JS-Code]
$("#Chart1").ejChart(
{
needResize:true,
});
I have enabled needResize in the sample that you have sent. Please find the sample from the attachment
Please let me know , if you have any queries
Regards
Gowrimathi S