I am attempting to instantiate a chart of type "stackedColumn" for igDataChart and get the following error:
Uncaught Error: the JavaScript file containing the requested series type has not been loaded or the series type is invalid: stackedColumn
I define resources using igLoader. I believe I do not have all of the required resources loaded, however, I cannot determine the name of the resource that is missing. What I have defined is shown below:
igEditors,igCombo,igTree,igChartLegend,igCategoryChart.*,igDataChart.*,igDataChart.Category.Annotation
I have tried including igDataChart and igStackedColumnChart, but neither works.
Hello Ray,
Thank you for contacting Infragistics!
You can see the following doc for how to use the loader with the igDataChart as well as resource name you need for the specific parts of the chart:
www.igniteui.com/.../igdatachart-adding