diff rhodecode/public/js/graph.js @ 2948:bd97aba292f1 beta

graph: thinner lines/circles
author Aras Pranckevicius <aras@unity3d.com>
date Mon, 15 Oct 2012 22:00:01 +0300
parents fcbcef60be02
children 729859bd1e6a 2792019caf67
line wrap: on
line diff
--- 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;