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
* Fix documentation typo in Graph/config.js
* Graph build api change. Old prop {boolean} someNodeHighlighted is now {string} highlightedNode
* Implement feature showcase for degrees 1 and 2 with new config prop highlightDegree
* Support for node degree's highliht 0, 1st and 2nd degree
* Update jsdoc helper.jsx for buildGraph method
* Only update config when something has changed
* Improve highlight logic with _getNodeOpacity in Graph/helper
* Update config docs on highlightDegree prop
* Fix existent link to Sandbox component
* Small tweaks on Graph/helper.jsx docs
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ yarn add react-d3-graph // using yarn
22
22
23
23
## Usage sample
24
24
Graph component is the main component for react-d3-graph components, its interface allows its user to build the graph once the user provides the data, configuration (optional) and callback interactions (also optional).
25
-
The code for the [live example](https://danielcaldas.github.io/react-d3-graph/sandbox/index.html) can be consulted [here](https://github.com/danielcaldas/react-d3-graph/blob/master/sandbox/Sandbox.jsx).
25
+
The code for the [live example](https://danielcaldas.github.io/react-d3-graph/sandbox/index.html) can be consulted [here](https://github.com/danielcaldas/react-d3-graph/blob/master/sandbox/Sandbox.jsxx).
<p>Graph component is the main component for react-d3-graph components, its interface allows its user
1087
1087
to build the graph once the user provides the data, configuration (optional) and callback interactions (also optional).
1088
1088
The code for the live example (<ahref="https://danielcaldas.github.io/react-d3-graph/sandbox/index.html">https://danielcaldas.github.io/react-d3-graph/sandbox/index.html</a>)
1089
-
can be consulted here <ahref="https://github.com/danielcaldas/react-d3-graph/blob/master/sandbox/Sandbox.js">https://github.com/danielcaldas/react-d3-graph/blob/master/sandbox/Sandbox.js</a></p>
1089
+
can be consulted here <ahref="https://github.com/danielcaldas/react-d3-graph/blob/master/sandbox/Sandbox.jsx">https://github.com/danielcaldas/react-d3-graph/blob/master/sandbox/Sandbox.jsx</a></p>
0 commit comments