0
votes

Can anybody tell How to show menu or popup above barchart of on item click of each bar in extjs4.1

Thanks

1

1 Answers

0
votes

In series you can lister to itemmousedown event and code for menu.

Refer: http://docs.sencha.com/extjs/4.1.3/#!/api/Ext.chart.Chart-cfg-series.

Instead of 'afterrender' you can use your event.