fix attribute
[roojs1] / examples / bootstrap / Graph.js
index 98114d5..df5e589 100644 (file)
@@ -30,7 +30,12 @@ Roo.example.Graph = new Roo.XComponent({
                 {
                        xtype : 'Graph',
                        xns: Roo.bootstrap,
-                       html: 'bar chart'
+            listeners: {
+                render: function(){
+                    this.load('hbar',[55, 20, 13, 32, 5, 1, 2, 10,5 , 10]);
+                }
+            }
+                       
                  }
                ]
        }