From 26c1e35aa387ac444b6e20b07a852488585c97f0 Mon Sep 17 00:00:00 2001 From: Elay Gelbart Date: Mon, 1 Aug 2022 10:52:47 +0300 Subject: [PATCH 1/2] feat(graph) full path emphasis --- en/option/partial/emphasis-common.md | 1 + 1 file changed, 1 insertion(+) diff --git a/en/option/partial/emphasis-common.md b/en/option/partial/emphasis-common.md index e4354aca..bc8a76e2 100644 --- a/en/option/partial/emphasis-common.md +++ b/en/option/partial/emphasis-common.md @@ -40,6 +40,7 @@ When the data is highlighted, whether to fade out of other data to focus the hig {{ if: ${isGraph} }} + `'adjacency'` Focus on the elements of adjacent nodes and edges in the graph. ++ `'fullPath'` Focus on all the elements connected to the node or edge in the graph. {{ elif: ${isTree} }} + `'ancestor'` Focus on all ancestor nodes. From d7735b7fdd34acaba332b953c05791331df4b1f6 Mon Sep 17 00:00:00 2001 From: Elay Gelbart <88675154+ElayGelbart@users.noreply.github.com> Date: Wed, 4 Jan 2023 12:30:57 +0000 Subject: [PATCH 2/2] feat(graph) full path emphasis change in naming action --- en/option/partial/emphasis-common.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/option/partial/emphasis-common.md b/en/option/partial/emphasis-common.md index bc8a76e2..e25274f6 100644 --- a/en/option/partial/emphasis-common.md +++ b/en/option/partial/emphasis-common.md @@ -40,7 +40,7 @@ When the data is highlighted, whether to fade out of other data to focus the hig {{ if: ${isGraph} }} + `'adjacency'` Focus on the elements of adjacent nodes and edges in the graph. -+ `'fullPath'` Focus on all the elements connected to the node or edge in the graph. ++ `'trajectory'` Focus on all the elements connected to the node or edge in the graph. {{ elif: ${isTree} }} + `'ancestor'` Focus on all ancestor nodes.