Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
30
I have an Error when trying instantiate a doughnutchart
posted

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)

Parents
No Data
Reply
  • 2680
    Offline posted

    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.

Children
No Data