g.bar.overlay.js
authorEdward <edward@roojs.com>
Wed, 24 Apr 2019 04:33:37 +0000 (12:33 +0800)
committerEdward <edward@roojs.com>
Wed, 24 Apr 2019 04:33:37 +0000 (12:33 +0800)
g.bar.overlay.js

index 28c1571..e4faf71 100644 (file)
@@ -147,8 +147,8 @@ if (typeof(Raphael) == 'undefined') {
                 
                 paper.rect(x + 1 + (k * barwidth) + 8 , indicator_y, barwidth - 16, 30, 5).attr({ stroke: "none", fill: colors[i%colors.length] });
                 paper.path(["M", x + 1 + (k * barwidth) + barwidth / 4 + 10, indicator_y + 30, "l", 5, 10, "l", 5, -10]).attr({ stroke: "none", fill: colors[i%colors.length] });
-                paper.text(x + 1 + (k * barwidth) + barwidth / 2, indicator_y + 14, Roo.util.Format.number(v, 0)).attr({ 
-                    "font-size": "14",
+                paper.text(x + 1 + (k * barwidth) + barwidth / 2, indicator_y + 14, Roo.util.Format.number(1000, 0)).attr({ 
+                    "font-size": "12",
                     "font-family": "'Fontin Sans', Fontin-Sans, sans-serif",
                     "font-weight": "bold",
                     fill : "#fff"