Skip to content

Commit

Permalink
docs(d3-graph-controller): fix typo (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzhubail authored Mar 2, 2025
1 parent 13fbb3c commit 1f78052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/d3-graph-controller-docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This library allows for custom node and link data types that extend the default
These custom properties can then be used anywhere in the configuration.

Lastly, this library is framework-agnostic.
A graph's container element can be retrieved by any means, including [Vue's refs](https://v3.vuejs.org/guide/component-template-refs.html), [React's refs](https://reactjs.org/docs/refs-and-the-dom.html), [Angular's ViewChild](https://angular.io/api/core/ViewChild), or the old and trustworthy `document.gelElementById`.
A graph's container element can be retrieved by any means, including [Vue's refs](https://v3.vuejs.org/guide/component-template-refs.html), [React's refs](https://reactjs.org/docs/refs-and-the-dom.html), [Angular's ViewChild](https://angular.io/api/core/ViewChild), or the old and trustworthy `document.getElementById`.
Just do not forget to [integrate the graph in the framework's lifecycle](/api/#shutdown).

## Installation
Expand Down

0 comments on commit 1f78052

Please sign in to comment.