You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🚅🚅🚅 Allow leaf neighbors nodes to be collapsed (folded), this will allow users to clear the way out and focus on the parts of the graph that really matter.
901
-
To see an example of this behavior you can access this sandbox link that has a specific set up to experiment this feature.
901
+
To see an example of this behavior you can access <ahref="https://danielcaldas.github.io/react-d3-graph/sandbox/index.html?data=marvel" target="_blank" title="sandbox collapsible example">this sandbox link</a> that has a specific set up to experiment this feature.
902
902
<strong>NOTE</strong>
903
903
: At this moment
904
904
nodes without connections (orphan nodes) are not rendered when this property is activated (see
🚅🚅🚅 Allow leaf neighbors nodes to be collapsed (folded), this will allow users to clear the way out and focus on the parts of the graph that really matter.
901
-
To see an example of this behavior you can access this sandbox link that has a specific set up to experiment this feature.
901
+
To see an example of this behavior you can access <ahref="https://danielcaldas.github.io/react-d3-graph/sandbox/index.html?data=marvel" target="_blank" title="sandbox collapsible example">this sandbox link</a> that has a specific set up to experiment this feature.
902
902
<strong>NOTE</strong>
903
903
: At this moment
904
904
nodes without connections (orphan nodes) are not rendered when this property is activated (see
🚅🚅🚅 Allow leaf neighbors nodes to be collapsed (folded), this will allow users to clear the way out and focus on the parts of the graph that really matter.
925
-
To see an example of this behavior you can access this sandbox link that has a specific set up to experiment this feature.
925
+
To see an example of this behavior you can access <ahref="https://danielcaldas.github.io/react-d3-graph/sandbox/index.html?data=marvel" target="_blank" title="sandbox collapsible example">this sandbox link</a> that has a specific set up to experiment this feature.
926
926
<strong>NOTE</strong>
927
927
: At this moment
928
928
nodes without connections (orphan nodes) are not rendered when this property is activated (see
🚅🚅🚅 Allow leaf neighbors nodes to be collapsed (folded), this will allow users to clear the way out and focus on the parts of the graph that really matter.
939
-
To see an example of this behavior you can access this sandbox link that has a specific set up to experiment this feature.
939
+
To see an example of this behavior you can access <ahref="https://danielcaldas.github.io/react-d3-graph/sandbox/index.html?data=marvel" target="_blank" title="sandbox collapsible example">this sandbox link</a> that has a specific set up to experiment this feature.
940
940
<strong>NOTE</strong>
941
941
: At this moment
942
942
nodes without connections (orphan nodes) are not rendered when this property is activated (see
Copy file name to clipboardExpand all lines: docs/DOCUMENTATION.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -386,7 +386,7 @@ const graph = {
386
386
<li><b>automaticRearrangeAfterDropNode</b> won't work together with <b>nodeHighlightBehavior</b> (currently a known limitation, to be address in the future <ahref="https://github.com/danielcaldas/react-d3-graph/issues/261"target="_blank">GitHub issue #261</a>).</li>
387
387
</ul> (optional, default `false`)
388
388
-`collapsible`**[boolean][174]** <aid="collapsible"href="#collapsible">🔗</a> 🚅🚅🚅 Allow leaf neighbors nodes to be collapsed (folded), this will allow users to clear the way out and focus on the parts of the graph that really matter.
389
-
To see an example of this behavior you can access this sandbox link that has a specific set up to experiment this feature. <b>NOTE</b>: At this moment
389
+
To see an example of this behavior you can access <ahref="https://danielcaldas.github.io/react-d3-graph/sandbox/index.html?data=marvel"target="_blank"title="sandbox collapsible example">this sandbox link</a> that has a specific set up to experiment this feature. <b>NOTE</b>: At this moment
390
390
nodes without connections (orphan nodes) are not rendered when this property is activated (see <atarget="_blank"href="https://github.com/danielcaldas/react-d3-graph/issues/129">GitHub issue #129</a>).
Copy file name to clipboardExpand all lines: docs/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -782,7 +782,7 @@ <h2 id="config-global"><a href="#config-global">#</a> Graph global configuration
782
782
</a>
783
783
🚅🚅🚅 Allow leaf neighbors nodes to be collapsed (folded), this will allow users to clear the way out and
784
784
focus on the parts of the graph that really matter.
785
-
To see an example of this behavior you can access this sandbox link that has a specific set up to
785
+
To see an example of this behavior you can access <ahref="https://danielcaldas.github.io/react-d3-graph/sandbox/index.html?data=marvel" target="_blank" title="sandbox collapsible example">this sandbox link</a> that has a specific set up to
Copy file name to clipboardExpand all lines: src/components/graph/graph.config.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@
43
43
* <li><b>automaticRearrangeAfterDropNode</b> won't work together with <b>nodeHighlightBehavior</b> (currently a known limitation, to be address in the future <a href="https://github.com/danielcaldas/react-d3-graph/issues/261" target="_blank">GitHub issue #261</a>).</li>
44
44
* </ul>
45
45
* @param {boolean} [collapsible=false] - <a id="collapsible" href="#collapsible">🔗</a> 🚅🚅🚅 Allow leaf neighbors nodes to be collapsed (folded), this will allow users to clear the way out and focus on the parts of the graph that really matter.
46
-
* To see an example of this behavior you can access this sandbox link that has a specific set up to experiment this feature. <b>NOTE</b>: At this moment
46
+
* To see an example of this behavior you can access <a href="https://danielcaldas.github.io/react-d3-graph/sandbox/index.html?data=marvel" target="_blank" title="sandbox collapsible example">this sandbox link</a> that has a specific set up to experiment this feature. <b>NOTE</b>: At this moment
47
47
* nodes without connections (orphan nodes) are not rendered when this property is activated (see <a target="_blank" href="https://github.com/danielcaldas/react-d3-graph/issues/129">GitHub issue #129</a>).
0 commit comments