在GWT中使用chart

1. 在你的module中加上

<inherits name='com.extjs.gxt.charts.Chart' />

 

2. 在页面html中引用js

<script type="text/javascript" src='resources/flash/swfobject.js'></script>

 

3. 参考示例http://www.extjs.com/examples/#basicchart

 

 

你可能感兴趣的:(JavaScript,html,Flash,gwt)