g.bar.overlay.js
authorleon <leon@roojs.com>
Tue, 12 Mar 2024 03:58:45 +0000 (11:58 +0800)
committerleon <leon@roojs.com>
Tue, 12 Mar 2024 03:58:45 +0000 (11:58 +0800)
g.bar.overlay.js

index dad1e59..1c69cb5 100644 (file)
@@ -215,7 +215,7 @@ if (typeof(Raphael) == 'undefined') {
                     iy = y + opts.legendheight + 1 - ih - 20;
                 }
                 
-                paper.rect(ix , iy, iw, ih, 4).attr({ stroke: "none", fill: colors[i%colors.length] });
+                paper.rect(ix , iy, iw, ih, 2).attr({ stroke: "none", fill: colors[i%colors.length] });
                 paper.path(["M", ix + (iw - 10) / 2, iy + ih, "l", 5, 10, "l", 5, -10]).attr({ stroke: "none", fill: colors[i%colors.length] });
                 // align labels center
                 paper.text(ix + iw / 2, iy + ih / 2 - labelSize / 10, Roo.util.Format.number(v, 0)).attr({