From 1f983defaf184bea7b3f8895560e65a755154cde Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 28 Nov 2014 18:02:31 +0800 Subject: [PATCH] Roo/bootstrap/Graph.js --- Roo/bootstrap/Graph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/Graph.js b/Roo/bootstrap/Graph.js index 2d7794b912..3cfd143aac 100644 --- a/Roo/bootstrap/Graph.js +++ b/Roo/bootstrap/Graph.js @@ -137,7 +137,7 @@ Roo.extend(Roo.bootstrap.Graph, Roo.bootstrap.Component, { fout = function () { this.flag.animate({opacity: 0}, 300, function () {this.remove();}); }; - var xdata = [0, 0, 0, 3, 5, 1, 2, 0,5 , 0]; + switch(graphtype){ case 'bar': this.raphael.barchart(this.g_x,this.g_y,this.g_width,this.g_height,xdata,opts).hover(fin,fout); -- 2.39.2