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
There is an app callback that allows you to click nodes in the network plot to highlight them. Clicking highlights the node, all edges connected to the node, and all nodes connected to those edges. However, there is no way to de-select nodes.
The callback is found in app.py and is called highlight_edges
Acceptance Criteria
The highlight_edges callback is adjusted such that clicking a node that was previously selected returns it to it's default state.
The text was updated successfully, but these errors were encountered:
Description
There is an app callback that allows you to click nodes in the network plot to highlight them. Clicking highlights the node, all edges connected to the node, and all nodes connected to those edges. However, there is no way to de-select nodes.
The callback is found in
app.py
and is calledhighlight_edges
Acceptance Criteria
highlight_edges
callback is adjusted such that clicking a node that was previously selected returns it to it's default state.The text was updated successfully, but these errors were encountered: