mirror of
https://gitee.com/huoyo/ko-time.git
synced 2025-12-07 17:28:27 +08:00
update docs
This commit is contained in:
parent
fe35765c94
commit
aa471677ab
@ -44,7 +44,7 @@ http://huoyo.gitee.io/ko-time
|
|||||||
|
|
||||||
点开接口时,会显示该接口的调用链路以及运行时长
|
点开接口时,会显示该接口的调用链路以及运行时长
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
#### 版本说明
|
#### 版本说明
|
||||||
|
|
||||||
|
|||||||
@ -253,7 +253,7 @@
|
|||||||
y1 = y
|
y1 = y
|
||||||
} else {
|
} else {
|
||||||
x1 = x + 1.5 * d
|
x1 = x + 1.5 * d
|
||||||
y1 = y - 2 * d + 3 * d * (i + 1) / children.length
|
y1 = y - 2.5 * d + 3 * d * (i + 1) / children.length
|
||||||
}
|
}
|
||||||
child = graph.createMethodNode(childData, x1, y1);
|
child = graph.createMethodNode(childData, x1, y1);
|
||||||
let link = graph.createMethodLink(root, child);
|
let link = graph.createMethodLink(root, child);
|
||||||
|
|||||||
@ -253,7 +253,7 @@
|
|||||||
y1 = y
|
y1 = y
|
||||||
} else {
|
} else {
|
||||||
x1 = x + 1.5 * d
|
x1 = x + 1.5 * d
|
||||||
y1 = y - 2 * d + 3 * d * (i + 1) / children.length
|
y1 = y - 2.5 * d + 3 * d * (i + 1) / children.length
|
||||||
}
|
}
|
||||||
child = graph.createMethodNode(childData, x1, y1);
|
child = graph.createMethodNode(childData, x1, y1);
|
||||||
let link = graph.createMethodLink(root, child);
|
let link = graph.createMethodLink(root, child);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user