examples/bootstrap/Graph.js
authormichael <michael@office.ROOJS.COM>
Wed, 19 Nov 2014 08:38:37 +0000 (16:38 +0800)
committermichael <michael@office.ROOJS.COM>
Wed, 19 Nov 2014 08:38:37 +0000 (16:38 +0800)
examples/bootstrap/Graph.js

index 474f926..6fe782e 100644 (file)
@@ -30,6 +30,11 @@ Roo.example.Graph = new Roo.XComponent({
                 {
                        xtype : 'Graph',
                        xns: Roo.bootstrap,
+            listeners: {
+                render: function(){
+                    this.load([55, 20, 13, 32, 5, 1, 2, 10,5 , 10]);
+                }
+            }
                        
                  }
                ]