You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2022/11/11 09:45:30 UTC

[echarts-doc] branch dev updated: feat(graph): add support hint for `draggable` option. (apache/echarts#15428, apache/echarts#17792)

This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git


The following commit(s) were added to refs/heads/dev by this push:
     new e63a5424 feat(graph): add support hint for `draggable` option. (apache/echarts#15428, apache/echarts#17792)
e63a5424 is described below

commit e63a5424c4a99fdf9d8454297f5cef5fc9ddae22
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Fri Nov 11 17:44:05 2022 +0800

    feat(graph): add support hint for `draggable` option. (apache/echarts#15428, apache/echarts#17792)
---
 en/option/series/graph.md | 4 +++-
 zh/option/series/graph.md | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/en/option/series/graph.md b/en/option/series/graph.md
index 71f7ac6c..e1b18b4b 100644
--- a/en/option/series/graph.md
+++ b/en/option/series/graph.md
@@ -146,7 +146,9 @@ Related zooming ratio of nodes when mouse zooming in or out. When it is set as 0
 
 <ExampleUIControlBoolean default="false" />
 
-If node is draggable. Only available when using force-directed layout.
+If node is draggable.
+
+Note that this option is only available when using [force-directed layout](~series-graph.force) before `v5.4.1`.
 
 {{ use: partial-symbol(
     prefix = '#',
diff --git a/zh/option/series/graph.md b/zh/option/series/graph.md
index 9848dba0..f8ad258f 100644
--- a/zh/option/series/graph.md
+++ b/zh/option/series/graph.md
@@ -160,7 +160,9 @@ edgeLength: [10, 50]
 
 <ExampleUIControlBoolean default="false" />
 
-节点是否可拖拽,只在使用力引导布局的时候有用。
+节点是否可拖拽。
+
+注意:`v5.3.3` 之前的版本只在使用[力引导布局](~series-graph.force)的时候才有用。
 
 {{ use: partial-symbol(
     prefix = '#',


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org