##// END OF EJS Templates
graph: thinner lines/circles
Aras Pranckevicius -
r2948:bd97aba2 beta
parent child Browse files
Show More
@@ -32,8 +32,8 b' function BranchRenderer() {'
32 this.ctx.strokeStyle = 'rgb(0, 0, 0)';
32 this.ctx.strokeStyle = 'rgb(0, 0, 0)';
33 this.ctx.fillStyle = 'rgb(0, 0, 0)';
33 this.ctx.fillStyle = 'rgb(0, 0, 0)';
34 this.cur = [0, 0];
34 this.cur = [0, 0];
35 this.line_width = 2.5;
35 this.line_width = 2.0;
36 this.dot_radius = 5.5;
36 this.dot_radius = 3.5;
37
37
38 this.setColor = function(color, bg, fg) {
38 this.setColor = function(color, bg, fg) {
39 color %= colors.length;
39 color %= colors.length;
General Comments 0
You need to be logged in to leave comments. Login now