HighCharts extension for ExtJS 4 problem whith tabs panels closeables
HighCharts extension for ExtJS 4 problem whith tabs panels closeables
I have a and issue when I use the charts in tabs.
When I close the tab an then I reopen the char disapear.
For test the issue, take the source from the git https://github.com/JoeKuan/Highcharts_ExtJs_4
and change the lines: Chart.js
coment the line //hcConfig.id = ‘main_chart’; (74+/-)
app.js
change xtype to
xtype : ‘tabpanel’
plugins: Ext.create(‘Ext.ux.TabCloseMenu’),
closable: true,
include the lineextjs-4.1.1/examples/ux/TabCloseMenu.js
script type=”text/javascript” src=”../extjs-4.1.1/examples/ux/TabCloseMenu.j