shane87
shane87

Reputation: 3120

ExtJs4 - chart on click event?

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

Answers (1)

Amol Katdare
Amol Katdare

Reputation: 6760

itemmouseup

Ref

Upvotes: 2

Related Questions