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
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,7 @@ Uses [@hpcc-js/wasm](https://github.com/hpcc-systems/hpcc-js-wasm) to do a layou
95
95
*[Accessing Elements of the Generated Graph](#accessing-elements-of-the-generated-graph)
96
96
*[Accessing the Extracted Data](#accessing-the-extracted-data)
97
97
*[Modifying an Existing Graph and Animating the Changes](#modifying-an-existing-graph-and-animating-the-changes)
98
+
*[Destroying the Graphviz Renderer](#destroying-the-graphviz-renderer)
98
99
99
100
### Defining the @hpcc-js/wasm Script Tag
100
101
@@ -473,6 +474,12 @@ Removes the node currently drawn with [<i>graphviz</i>.<b>drawNode</b>](#graphvi
473
474
474
475
Returns a [selection](https://github.com/d3/d3-selection#selection) containing the node currently being drawn. The selection is empty if no node has been drawn or the lastest drawn node has been inserted into the graph data with [<i>graphviz</i>.<b>insertDrawnNode</b>](#graphviz_insertDrawnNode).
Removes the graphviz renderer from the element it was created on, terminates any active decicated web worker and closes any port connected to a shared web worker.
0 commit comments