g.bar.overlay.js
authorEdward <edward@roojs.com>
Fri, 22 Feb 2019 05:47:53 +0000 (13:47 +0800)
committerEdward <edward@roojs.com>
Fri, 22 Feb 2019 05:47:53 +0000 (13:47 +0800)
g.bar.overlay.js

index 1739bfb..03a5f83 100644 (file)
@@ -120,7 +120,7 @@ if (typeof(Raphael) == 'undefined') {
                     return;
                 }
                 paper.rect(x + 1 + (k * barwidth) , y + legendheight + (max - v) * unit, barwidth - 2, v * unit).attr({ stroke: "none", fill: colors[i%colors.length] });
-                paper.rect(x + 1 + (k * barwidth) + barwidth / 4 , y + legendheight + (max - v) * unit - 42, barwidth / 2, 30, 5).attr({ stroke: "none", fill: "#0C014D" });
+                paper.rect(x + 1 + (k * barwidth) + barwidth / 4 , y + legendheight + (max - v) * unit - 42, barwidth / 2, 60, 5).attr({ stroke: "none", fill: "#0C014D" });
                 indicator = indicator.concat(["M", x + 1 + (k * barwidth) + barwidth / 4 + 10, y + legendheight + (max - v) * unit - 12, "l", 5, 10, "l", 5, -10]);
                 paper.text(x + 1 + (k * barwidth) + barwidth / 2, y + legendheight + (max - v)  * unit - 28, Roo.util.Format.number(v, 0)).attr({ 
                     "font-size": "16",