From 16169da0605469d5450cbf2671046d8ea5d88f9c Mon Sep 17 00:00:00 2001 From: lang Date: Wed, 3 Jul 2013 14:16:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0force=E7=9A=84doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/doc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doc.html b/doc/doc.html index 3b8b5c052..9c5016cdf 100644 --- a/doc/doc.html +++ b/doc/doc.html @@ -1488,7 +1488,7 @@ feature : { {Array} links [] 力导向 - 力导向图的边数据, 每一项都有 source, target, weight三个属性, 边的权重(weight)越大则两个顶点之间的联系越大 + 力导向图的边数据, 每一项都有 source, target, weight三个属性, source和target是顶点的索引值, 边的权重(weight)越大则两个顶点之间的联系越大(最后稳定之后的距离越小) {number} minRadius -- GitLab