Closed CrashLaker closed 5 years ago
Hi all,
As I'm dynamically change the root node based on the user's click I'd need to reset the data along with its data.
When I try to load a new function by setting: neo4j = new Neo4J(...) nothing really happens.
neo4j = new Neo4J(...)
Is there a alway to reset the data before calling updateWithNeo4jData?
updateWithNeo4jData
thanks.
nvm.. got it.
just needed to instantiate a new Neo4jD3()..
new Neo4jD3()
My real problem was related to vue though.. the struggle is real..
Hi all,
As I'm dynamically change the root node based on the user's click I'd need to reset the data along with its data.
When I try to load a new function by setting:
neo4j = new Neo4J(...)
nothing really happens.Is there a alway to reset the data before calling
updateWithNeo4jData
?thanks.