Roo/bootstrap/Graph.js
authormichael <michael@office.ROOJS.COM>
Wed, 19 Nov 2014 09:06:02 +0000 (17:06 +0800)
committermichael <michael@office.ROOJS.COM>
Wed, 19 Nov 2014 09:06:02 +0000 (17:06 +0800)
Roo/bootstrap/Graph.js

index 8b7c271..42d43a1 100644 (file)
@@ -99,7 +99,7 @@ Roo.extend(Roo.bootstrap.Graph, Roo.bootstrap.Component,  {
 
     load : function(xdata){
         this.raphael.clear();
-        this.raphael.vbarchart(this.g_x,this.g_y,this.g_width,this.g_height,xdata,this.opts);
+        this.raphael.barchart(this.g_x,this.g_y,this.g_width,this.g_height,xdata,this.opts);
         // this.raphael.barchart(30, 30, 560, 250,  xdata, {
         //            labels : [55, 20, 13, 32, 5, 1, 2, 10,5 , 10],
         //             axis : "0 0 1 1",