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
Using “updateWithCypher” function with a valid new statement to update the visualization rather than replace it.
Actual Behavior (Mandatory)
When using "renderWithCypher", the visualization is replaced normally with new result, but when using “updateWithCypher”, the visualization goes blank( the cypher statement is validated to be able to get result ).
How to Reproduce the Problem
code:
nodeClick(node){this.viz._network.off('click')conststatement='MATCH (n)-[r]-(m) WHERE ID(n) = '+node.nodeId+' RETURN n, r, m'this.viz.renderWithCypher(statement)},
Expected Behavior (Mandatory)
Using “updateWithCypher” function with a valid new statement to update the visualization rather than replace it.
Actual Behavior (Mandatory)
When using "renderWithCypher", the visualization is replaced normally with new result, but when using “updateWithCypher”, the visualization goes blank( the cypher statement is validated to be able to get result ).
How to Reproduce the Problem
Simple Example
Screenshots (where it's possibile)
Specifications (Mandatory)
Currently used versions
Versions
The text was updated successfully, but these errors were encountered: