Hi All,
I have tried to get the stacked column chart to work but simply can't I have looked at these examples www.igniteui.com/.../stacked-series
but none of these work in angular. Here is what the code looks like in my controller of my view. I have used the line and column charts fine but the stacked column just does not work, the code for the stack column, namely the series creation I have taken from the examples provided.
Please can someone assist or provide an example angularjs application where a stacked column this is used.
Hello Anne,
Thank you for contacting Infragistics Developer Support!
Here is a sample stacked bar chart using the AngularJs wrappers:
http://jsfiddle.net/95bktces/1/
Feel free to contact me for additional information.
Hi,
Thank you so much for getting back to me, I have tried your example but have a few questions. The directives axis etc you use on the html should they be available via intellisense as they are not when I try to use them. The reason I ask is because all the examples online have the ignite ui js on the actual html page this is not how I use it. Mine I setup in bower on my index.html as shown below, where as your page references the http directly from the page. Can it not be used like I am using it, must it be on the page calling the http?