Putting javascript charts inside an extjs window
问题 How would I put an external javascript chart, like one from flot or jqplot, inside an extjs window? I know that I could use the charts that extjs provides, but i want to put a flot or jqplot chart inside the window instead. 回答1: Just do as Chris said (why didn't you post it as an answer, dude?). Here's a complete example: Live on jsFiddle (be sure to check the "External Resource" tab; Flot code is from their basic example). Ext.onReady(function() { Ext.widget('window', { autoShow: true