Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
任何人都可以告诉如何在 extjs4.1 中每个栏的项目点击的条形图上方显示菜单或弹出窗口
谢谢
在系列中,您可以侦听itemmousedown菜单的事件和代码。
itemmousedown
参考:http ://docs.sencha.com/extjs/4.1.3/#!/api/Ext.chart.Chart-cfg-series 。
您可以使用您的事件而不是“afterrender”。