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
40
igDataChart knockout stackedLine error
posted

Hi,

I'm wanting to databind a stacked igDataChart to a knockout model

I used this sample as a starting point

http://www.igniteui.com/data-chart/edit-chart-items-with-knockout

and changed the series type to be "stackedLine" with 2 stackedFragments

see the jsFiddle here : http://jsfiddle.net/8oxj4Lj5/

I was expecting it all to just work, but in firefox, I'm getting the messasge

TypeError: series.expectFunctions is not a function infragistics.dv.js:238:19379

in my console window.

I had a look at this

http://jsfiddle.net/gh/get/jquery/1.9.1/igniteuisamples/jsfiddle-samples/tree/master/EN/HtmlSamples/data-chart/stacked-series/

to check the series are being definedcorrectly.

Should I be able to bind with knockout to a stacked chart?

Many Thanks

Paul