+ Reply to Thread
Hi, I am using interaction in column chart but its not working. I want to get alert when user clicks any column. My code is working for piechart but not for column chart . Here is my code { type: 'iteminfo', gesture: 'taphold', listeners: { show: function(interaction, item, panel) { alert("slice clicked"), var storeItem = item.storeItem; panel.update(['<ul><li>Month:' + storeItem.get('name') + '</li>', '<li>Value: ' + storeItem.get('iphone') + '</li></ul>'].join('')); } } } Thanks in advance!
Touch Charts 1 or 2?
Mitchell Simoens @SenchaMitch Sencha Inc, Senior Forum Manager ________________ http://www.JSONPLint.com - Source to lint your JSONP! Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2 https://github.com/mitchellsimoens Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/ Need more help with your app? Hire Sencha Services services@sencha.com Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print! When posting code, please use BBCode's CODE tags.
View Tag Cloud
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us