0
votes

I have requirement with the ExtJS Cartesian Bar Chart that to attach an event listener. The event listener listen for the click event in the bar in the chart. I tried to add listeners to the Cartesian chart itself as per the documentation. But it is not working. Please help with a solution

1
Post the code that you have tried.... - Surya Prakash Tumma

1 Answers

1
votes

Add this plugin to your chart.

plugins: {
    ptype: 'chartitemevents',
    moveEvents: true
},