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
1465
IgniteUi DataChart angular 4
posted

Good Day I am using the data chart on an angular 4 web api site. It loads and renders fine but when I look at F12 tools I see all the following errors. I have a licensed version of infragistics so am using my local files but have also tried using these

 <script src="https://secure-cdn-na.infragistics.com/igniteui/2017.1/latest/js/i18n/infragistics-ja.js"></script>
    <script src="https://secure-cdn-na.infragistics.com/igniteui/2017.1/latest/js/infragistics.core.js"></script>
    <script src="https://secure-cdn-na.infragistics.com/igniteui/2017.1/latest/js/infragistics.dv.js"></script>
    <script src="https://secure-cdn-na.infragistics.com/igniteui/2017.1/latest/js/extensions/igniteui-angular.js"></script>

But I get the same error. It does load and appears to work but am concerned about the error. This is happening in IE 11.

Parents
  • 845
    Offline posted

    Hello Anne,

    Thank you for contacting Infragistics Developer Support!

    Without a sample to investigate I can only guess it may be an issue with the way you're doing data binding in the chart.

    I suggest to try binding the data to the chart in the ngAfterViewInit method of your component.

    If you can provide an isolated sample I'll be glad to investigate it.

Reply Children
No Data