I get the following error in the console when i execute the following code
$('#donutChart').igDoughnutChart({ width: '500px', height: '500px', series: [{ name: this.Report.Name, labelMemberPath: 'labels', valueMemberPath: 'data', dataSource: this.Report.ChartData.datasets, }]});
i get that error in the console
ERROR Error ReportWidgetInfraComponent.ngfactory.js:373
at Class.e6 (infragistics.dv.js:602) at Class.fc (infragistics.dv.js:602) at Class.e8 (infragistics.dv.js:603) at Class.e8 (infragistics.dv.js:625) at Class.aw (infragistics.dv.js:602) at Class.fa (infragistics.dv.js:603) at infragistics.dv.js:604 at Class.h (infragistics.dv.js:16) at Class.a5 (infragistics.dv.js:602) at Class.e8 (infragistics.dv.js:603)
Hello Benatar,
Thank you for contacting us.
Do you have any errors in the developer's console? Could you share the order in which you load all of the scripts in your page?
Please send us a working sample, if you can, so we could further investigate.
I am looking forward to hearing from you.