开发者

ExtJS chart flash file

When I implement LineChart is ExtJS it try to pul开发者_如何学JAVAl http://yui.yahooapis.com/2.8.2/build/charts/assets/charts.swf and my firewall does not allow it (no external connection allowed) - how I can deal with it ?

Can I have SWF file stored locally and what I should change to force reading from local ?


Yes. See this example
Specifically -

Ext.chart.Chart.CHART_URL = '../../resources/charts.swf';

(modify the relative path based on your setup)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜