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
Hi,
I'm trying to change the JavaScript code on the right-hand side of the graph to filter the nodes.
Problem is that even if I just return false from confirmNode and hit refresh - all nodes still exist in the graph. The only thing that changes is that I cannot see the nodes' names when hovering over a node, but the node itself is still there.
My confirmNode function is this:
confirmNode: function(gav) {
return false;
}
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to change the JavaScript code on the right-hand side of the graph to filter the nodes.
Problem is that even if I just return false from confirmNode and hit refresh - all nodes still exist in the graph. The only thing that changes is that I cannot see the nodes' names when hovering over a node, but the node itself is still there.
My confirmNode function is this:
The text was updated successfully, but these errors were encountered: