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
In the following code, when you select a node, only that node and the nodes that have relationships with that node are selected. However, edges that have indirect connections are also highlighted, but not effected by the selectionWidth argument. In other words, how can I make it such that the edges with indirect connections are greyed out like the other nodes and edges?
For example, when node "O" is highlighted, edges from "D", "G", "O", and to "B" are affected by the selectionWidth argument and are thickened, but edges from "D" to "B" and from "B" to "G" are still present due to their indirect effects on "O". Is there a way to for these edges to be greyed out like the other edges and nodes in the figure below?
Similarly, if we add a label to the edges and select a node, all labels show up. Is there a way to have edge labels only show up when a node is selected, or hide unselected edge labels?
For example, when we select node "O" again, all the edge labels appear. Is there a way to only show edge labels for edges that appear when a node is selected? In other words, can all the edge labels for the greyed-out edges dissapear?
The text was updated successfully, but these errors were encountered:
Hi,
In the following code, when you select a node, only that node and the nodes that have relationships with that node are selected. However, edges that have indirect connections are also highlighted, but not effected by the selectionWidth argument. In other words, how can I make it such that the edges with indirect connections are greyed out like the other nodes and edges?
For example, when node "O" is highlighted, edges from "D", "G", "O", and to "B" are affected by the selectionWidth argument and are thickened, but edges from "D" to "B" and from "B" to "G" are still present due to their indirect effects on "O". Is there a way to for these edges to be greyed out like the other edges and nodes in the figure below?
Similarly, if we add a label to the edges and select a node, all labels show up. Is there a way to have edge labels only show up when a node is selected, or hide unselected edge labels?
For example, when we select node "O" again, all the edge labels appear. Is there a way to only show edge labels for edges that appear when a node is selected? In other words, can all the edge labels for the greyed-out edges dissapear?
The text was updated successfully, but these errors were encountered: