Reputation: 23
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