changeset 2948:bd97aba292f1 beta

graph: thinner lines/circles
author Aras Pranckevicius <aras@unity3d.com>
date Mon, 15 Oct 2012 22:00:01 +0300
parents 01f5633ee68b
children d37b79ad0ae8
files rhodecode/public/js/graph.js
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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;