setArea Not working

Posted by user1527616 
setArea Not working
January 31, 2013 05:48PM
We have a paid license. I have been trying to use setArea to make bars on a bar graph clickable. It does not seem to work as described. What am I missing?

Is there data returned with the callback such as an id?

function callback(){
alert('clicked')
}

var data = new Array(
['1998', 2.6],
['1999', 2.6],
['2001', 2.6],
['2002', 2.6],
['2003', 2.6]
);

var chart = new JSChart('chart', 'bar');
chart.setDataArray(data);
chart.setSize(950, 400);
chart.setArea('2003', callback);
chart.draw();

I would greatly appreciate a quick response.
Thanks
Re: setArea Not working
February 04, 2013 06:30AM
I have same problem.
Re: setArea Not working
March 11, 2013 02:18PM
There was a problem with this feature but we managed to solve it and we updated the package. Just re-download the jscharts package, replace jscharts.js file and this should work fine.
Sorry, you do not have permission to post/reply in this forum.