Skip to content
Snippets Groups Projects
Commit c31c84f5 authored by Dmitry Kalinkin's avatar Dmitry Kalinkin
Browse files

network graph: use same color for all branch

parent 464ca2a2
No related branches found
No related tags found
1 merge request!942Network graph fix (#909)
Loading
Loading
@@ -83,7 +83,7 @@ function branchGraph(holder) {
.attr({stroke: colors[commits[i].space], "stroke-width": 2});
} else {
r.path(["M", x - 3, y + 4, "l-4,3,3,2,1,-4L", x - 10, y + 14, "L", x - 10, cy, cx, cy])
.attr({stroke: colors[commits[i].space], "stroke-width": 2});
.attr({stroke: colors[c.space], "stroke-width": 2});
}
}
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment