G4Studio+extjs+highcharts 下在ext4j的panel中放入hightCharts图表
在G4Studio+extjs下,创建一个panel,然后将highCharts图表放入panel中,实现方法如下:首先简单给出的部分代码:Ext.onReady(function(){varpanel=newExt.Panel({title:'',region:'center',items:[{html:'aaa',afterRender:function(){createReport();}}