Roo/bootstrap/Graph.js
authormichael <michael@office.ROOJS.COM>
Tue, 25 Nov 2014 08:20:44 +0000 (16:20 +0800)
committermichael <michael@office.ROOJS.COM>
Tue, 25 Nov 2014 08:20:44 +0000 (16:20 +0800)
Roo/bootstrap/Graph.js

index 62d5dd4..b51ffeb 100644 (file)
@@ -147,7 +147,7 @@ Roo.extend(Roo.bootstrap.Graph, Roo.bootstrap.Component,  {
                 chart_title = 'This is Horizontal Barchart';
                 break;
             case 'pie':
-                opts = { legend: ["%% - Enterprise Users", "%%.% - ddd","Chrome Users"], legendpos: "west", 
+                opts = { legend: ["%% - Enterprise Users", "dd - ddd","Chrome Users"], legendpos: "west", 
                 href: ["http://raphaeljs.com", "http://g.raphaeljs.com"]};
                     this.raphael.piechart(this.g_x,this.g_y,this.g_r,xdata,opts);
                 chart_title = 'This is Piechart';