Joined December 2013
·

Denny Lim

Bundang, Korea
·
·

Thanks, the code above is for multiBarChart.
If you guys use the others such as discreteBarChart, you can use like this
chart.discretebar.dispatch.on('elementClick', function(e){
console.log('element: ' + e.value);
console.dir(e.point);
});

Achievements
59 Karma
0 Total ProTip Views