Improve network graph

This commit is contained in:
Sato Hiroyuki 2013-01-23 21:34:19 +09:00 committed by GitLab
parent 65737bd5bd
commit 70687cd581
2 changed files with 8 additions and 6 deletions

View file

@ -121,7 +121,7 @@
if (c.space == this.commits[i].space) {
r.path([
"M", x, y,
"L", x - 20 * (c.time + 1), y
"L", cx, cy
]).attr({
stroke: this.colors[c.space],
"stroke-width": 2
@ -351,4 +351,4 @@ function textWrap(t, width) {
t.attr({
"y": b.y + h
});
}
}