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.
相关问题
- Sencha Touch Uncaught typeError: undefined is not
- How I'll create a model from json file? (ExtJS
- Decimal precision in an EXTJS grid
- How to add an Extra button on Extjs grid header me
- flot chart ticks lines not uniform
相关文章
- Sencha Ext.define Uses vs Requires
- Scrolling issues with ExtJS 5 app inside IFrame
- Jquery Flot “plothover” event not working
- How to show a single marker in the jqplot graph
- Sencha Touch in WebView
- load different views into viewport
- Abort an ext js grid store ajax call
- Disabling the timezone conversion in ExtJS
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).