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: src/charts/topology/examples/topology-view.js
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
* <ul style='list-style-type: none'>
13
13
* <li>.name - name of the item the node represents
14
14
* <li>.status - optional status of the node (can be used to differentiate the circle color)
15
-
* <li>.kind - the kind of node
15
+
* <li>.kind - the kind of node - this is a general key that needs to be unique for grouping the nodes Filtering and styles use this value as well to correctly select the nodes.
16
16
* </ul>
17
17
*
18
18
* @param {object} relations the object containing all of the node relationships:<br/>
0 commit comments