Upgrade to ExtJS 3.1.0 - Released 12/16/2009
[extjs.git] / examples / chart / reload-chart.js
index 7c9848c..446d320 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * Ext JS Library 3.0.3
+ * Ext JS Library 3.1.0
  * Copyright(c) 2006-2009 Ext JS, LLC
  * licensing@extjs.com
  * http://www.extjs.com/license
@@ -33,6 +33,7 @@ Ext.onReady(function(){
             xtype: 'columnchart',\r
             store: store,\r
             yField: 'hits',\r
+           url: '../../resources/charts.swf',\r
             xField: 'month',\r
             xAxis: new Ext.chart.CategoryAxis({\r
                 title: 'Month'\r
@@ -47,4 +48,4 @@ Ext.onReady(function(){
             }\r
         }\r
     });\r
-});
\ No newline at end of file
+});\r