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.
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.
Hi Radoslav,
I have found the issue, it appears that the themes which you get when you install the licensed product for igniteui has an error in the css,infragistics-theme.css. It has font-size spelt as fontSize which is not valid in css. This issue does not exist if you use the https website links to the themes. So I am using these at the moment rather than the ones that install with version 17.1.
kind regards,
Anne