g.bar.overlay.js
authorleon <leon@roojs.com>
Wed, 14 Jun 2023 06:47:49 +0000 (14:47 +0800)
committerleon <leon@roojs.com>
Wed, 14 Jun 2023 06:47:49 +0000 (14:47 +0800)
g.bar.overlay.js

index 221a81a..0fa8f26 100644 (file)
@@ -297,7 +297,7 @@ if (typeof(Raphael) == 'undefined') {
             
             if(i != 0) {
                 // 6 pixels away from bottom of the line
-                paper.text(x + (axisYWidth / 2), Y + axisFontSize / 2 + 6, label).attr({ 
+                paper.text(x + (axisYWidth / 2), Y + axisFontSize / 2 + 6, Roo.util.Format.number(label, 0)).attr({ 
                     "font-size": axisFontSize,
                     "font-family": axisFont,
                     "font-weight": axisFontWeight,