gali lohith
gali lohith

Reputation: 23

maximum call stack size exceeded Angular Syncfusion charts

I was using Syncfusion SplineRange chart, initially I declared its 'dataSource' with the sample data like below

 <e-series
 [dataSource]="data"

when I get data from back-end, I am updating this.data = result.data, when I directly do this , I get call stack exceed message. Is there any way to update dataSource to make it work properly?

Upvotes: 0

Views: 118

Answers (0)

Related Questions