Reputation: 3120
How can I add a click event to a chart in Extjs4. I achieved this with the following in ExtJs3 but does not work in ExtJs4 -
chart.on('itemclick', function(evtObject) { .... });
Upvotes: 0
Views: 1655
Reputation: 6760
itemmouseup
Ref
Upvotes: 2