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

index 1ec7b36..d61c217 100644 (file)
@@ -116,7 +116,7 @@ if (typeof(Raphael) == 'undefined') {
             paper.circle(x + (i * 400) + 8, y + 10, 8).attr({ fill: colors[i%colors.length], "stroke": "#fff" });
             
             paper.text(x + (i * 400) + 18, y + 8, opts.legends[i%opts.legends.length]).attr({ 
-                "font-size": "8",
+                "font-size": "14",
                 "font-family": "'Fontin Sans', Fontin-Sans, sans-serif",
                 "font-weight": "bold",
                 "text-anchor": "start",