I am trying to display a composite data chart by following the Infragistics example at http://www.igniteui.com/data-chart/composite-chart. Please see the attached image for the error message that I'm getting. Chrome keeps telling me "dispose is not a function". Here is my code:
Hello jouin,
Thank you for posting in our forums!
One thing I noticed with your code is that you are including the IgniteUI files in the order: util.js, dv.js and core.js. The infragistics.util.js file is actually included in the infragistics.core.js file. This may be causing some issues and I would recommend removing the infragistics.util.js reference and including the other IgniteUI scripts in this order:
<script src="/js/infragistics.core.js" type="text/javascript"></script><script src="/js/infragistics.dv.js" type="text/javascript"></script>
If that doesn't help to resolve the issue, please let me know what version of IgniteUI you are using. You can find the version number located at the top of the script files if you open them in a text editor.
Looking forward to hearing from you.
I eliminated infragistics.util.js and I placed the files in the suggested order, but unfortunately it didn't help the problem.
I am using version 15.2.20152.1027