Hello FusionChart team. I have situation where I need to listen mouse events from data items on the chart (e.i bar, column) without passing javascript code as string to link attributes of xml data. Is there option which allow me to pass callback reference to events. To make it more clear I am giving u example : myChart.addEventListener('mouseclick', callbackFn); callbackFn(){alert("dataItem clicked");}; Thanks