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

index 5e0bd19..2af7751 100644 (file)
@@ -205,7 +205,7 @@ if (typeof(Raphael) == 'undefined') {
 
                 // width and height of indicator
                 var iw = barWidth * 0.8;
-                var ih = Math.min(30, iw * 0.5);
+                var ih = Math.min(24, iw * 0.5);
 
                 // position of indicator
                 var ix = x + (k * (barWidth + barGutter)) + 1 + (barWidth - iw) / 2;