From 31fcd4a8d8bc14dcb51d99394789b43e397cabb5 Mon Sep 17 00:00:00 2001 From: kener Date: Thu, 24 Apr 2014 17:50:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/chart/force.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/chart/force.js b/src/chart/force.js index 9f3f95a18..ccaf8f518 100644 --- a/src/chart/force.js +++ b/src/chart/force.js @@ -106,7 +106,10 @@ define(function (require) { var centroid = []; var mouseX, mouseY; - + + /** + * 绘制图形 + */ function _buildShape() { legend = component.legend; temperature = 1.0; @@ -847,6 +850,7 @@ define(function (require) { } return result; } + zrUtil.inherits(Force, CalculableBase); zrUtil.inherits(Force, ComponentBase); -- GitLab