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

index e4faf71..56639ef 100644 (file)
@@ -148,7 +148,7 @@ 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(1000, 0)).attr({ 
-                    "font-size": "12",
+                    "font-size": "10",
                     "font-family": "'Fontin Sans', Fontin-Sans, sans-serif",
                     "font-weight": "bold",
                     fill : "#fff"