WelcomeForumsCommunityProblem with Wijmo BarChart + K.O.

Wijmo Team Member
snehil posted on May 28, 2012 at 11:52 am link

Hi,

When we copy-paste the sample code from the demos and we change the orientation of the barchart ( horizontal: true, same goes for any other property ), there seems to be a problem where using the following Knockout-aware code in document.ready

ko.applyBindings(viewModel); // where viewModel is an object with ko.observable members
$(“#xbarchart”).wijbarchart({
horizontal: true
});

in conjunction with

causes the graph widget to load but the actual graphing fails with the error

Object # has no method ‘slice’.

Is this a known issue or is there an error in our invocation ?

This topic has 1 voice, contains 0 replies, and was last updated by  snehil 387 days ago.

You must be logged in to reply to this topic.