docs: update examples wordings

# What's changed?

* Change example pages wordings
* Add Acknowledgement banner
This commit is contained in:
Braks
2022-04-11 16:43:07 +02:00
parent ae4cefefbc
commit d35eb96c1f
19 changed files with 109 additions and 27 deletions
+2 -2
View File
@@ -5,9 +5,9 @@ pageClass: examples
# Hidden
You can toggle the visibility of nodes by simply setting their `hidden` attribute to either `true` or `false`.
You can toggle the visibility of nodes by simply setting their `hidden` attribute to either `true` or `false`.
Edges that are connected to a hidden node will also be hidden as to not show any edges that lead nowhere.
Edges that are connected to a hidden node will also be hidden.
If you set the `onlyRenderVisibleElements` prop to `true`, hidden elements will not be rendered at all instead of just hiding them with
css. This behavior is disabled by default, meaning all elements are rendered whether they are hidden or not.