Skip to content

Commit 90e0a15

Browse files
committed
Closes #337
1 parent bf1c0c3 commit 90e0a15

File tree

7 files changed

+9
-7
lines changed

7 files changed

+9
-7
lines changed

docs/2.0.2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ <h2 id="config-global"><a href="#config-global">#</a> Graph global configuratio
898898
<span class='code bold'>collapsible</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a>
899899
= <code>false</code>)</code>
900900
🚅🚅🚅 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 <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.
902902
<strong>NOTE</strong>
903903
: At this moment
904904
nodes without connections (orphan nodes) are not rendered when this property is activated (see

docs/2.1.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ <h2 id="config-global"><a href="#config-global">#</a> Graph global configuratio
898898
<span class='code bold'>collapsible</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a>
899899
= <code>false</code>)</code>
900900
🚅🚅🚅 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 <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.
902902
<strong>NOTE</strong>
903903
: At this moment
904904
nodes without connections (orphan nodes) are not rendered when this property is activated (see

docs/2.2.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ <h2 id="config-global"><a href="#config-global">#</a> Graph global configuratio
922922
<span class='code bold'>collapsible</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a>
923923
= <code>false</code>)</code>
924924
🚅🚅🚅 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 <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.
926926
<strong>NOTE</strong>
927927
: At this moment
928928
nodes without connections (orphan nodes) are not rendered when this property is activated (see

docs/2.3.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ <h2 id="config-global"><a href="#config-global">#</a> Graph global configuratio
936936
<span class='code bold'>collapsible</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a>
937937
= <code>false</code>)</code>
938938
🚅🚅🚅 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 <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.
940940
<strong>NOTE</strong>
941941
: At this moment
942942
nodes without connections (orphan nodes) are not rendered when this property is activated (see

docs/DOCUMENTATION.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ const graph = {
386386
<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>
387387
</ul> (optional, default `false`)
388388
- `collapsible` **[boolean][174]** <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.
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 <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
390390
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>).
391391
</br>
392392
<img src="https://github.com/danielcaldas/react-d3-graph/blob/master/docs/rd3g-collapsible.gif?raw=true" width="820" height="480"/> (optional, default `false`)
@@ -1321,9 +1321,11 @@ components.
13211321
},
13221322
...
13231323
}
1324+
13241325
```
13251326
13261327
```
1328+
13271329
- `linkCallbacks` **[Array][177]&lt;[Function][178]>** array of callbacks for used defined event handler for link interactions.
13281330
- `config` **[Object][176]** an object containing rd3g consumer defined configurations [config][187] for the graph.
13291331
- `highlightedNode` **[string][175]** this value contains a string that represents the some currently highlighted node.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ <h2 id="config-global"><a href="#config-global">#</a> Graph global configuration
782782
</a>
783783
🚅🚅🚅 Allow leaf neighbors nodes to be collapsed (folded), this will allow users to clear the way out and
784784
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 <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
786786
experiment this feature.
787787
<b>
788788
NOTE

src/components/graph/graph.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
* <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>
4444
* </ul>
4545
* @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
4747
* 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>).
4848
* </br>
4949
* <img src="https://github.com/danielcaldas/react-d3-graph/blob/master/docs/rd3g-collapsible.gif?raw=true" width="820" height="480"/>

0 commit comments

Comments
 (0)