# HG changeset patch # User Aras Pranckevicius # Date 1350327601 -10800 # Node ID bd97aba292f140956a820b9c76531b6ea04a1fda # Parent 01f5633ee68b66c435fa0635d8bd9e57966044f3 graph: thinner lines/circles diff -r 01f5633ee68b -r bd97aba292f1 rhodecode/public/js/graph.js --- a/rhodecode/public/js/graph.js Sat Oct 20 17:20:16 2012 +0200 +++ b/rhodecode/public/js/graph.js Mon Oct 15 22:00:01 2012 +0300 @@ -32,8 +32,8 @@ this.ctx.strokeStyle = 'rgb(0, 0, 0)'; this.ctx.fillStyle = 'rgb(0, 0, 0)'; this.cur = [0, 0]; - this.line_width = 2.5; - this.dot_radius = 5.5; + this.line_width = 2.0; + this.dot_radius = 3.5; this.setColor = function(color, bg, fg) { color %= colors.length;