Changeset - bd97aba292f1
[Not reviewed]
beta
0 1 0
Aras Pranckevicius - 13 years ago 2012-10-15 21:00:01
aras@unity3d.com
graph: thinner lines/circles
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/js/graph.js
Show inline comments
 
@@ -32,8 +32,8 @@ function BranchRenderer() {
 
	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;
0 comments (0 inline, 0 general)