update docs

This commit is contained in:
huoyo 2021-06-05 10:35:20 +08:00
parent fe35765c94
commit aa471677ab
3 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ http://huoyo.gitee.io/ko-time
点开接口时,会显示该接口的调用链路以及运行时长
![输入图片说明](https://images.gitee.com/uploads/images/2020/1211/191651_15b5424b_1625471.png "屏幕截图.png")
![输入图片说明](docs/ff.png)
#### 版本说明

View File

@ -253,7 +253,7 @@
y1 = y
} else {
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);
let link = graph.createMethodLink(root, child);

View File

@ -253,7 +253,7 @@
y1 = y
} else {
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);
let link = graph.createMethodLink(root, child);