Does neovis.js support passing in json returned by neo4j? #376
Answered
by
thebestnom
chenkuncloud
asked this question in
Q&A
-
Hi, Does Can I directly pass in the json after neo4j query without passing in the connection information of neo4j? |
Beta Was this translation helpful? Give feedback.
Answered by
thebestnom
Dec 24, 2023
Replies: 1 comment 1 reply
-
Yep, it's a new api, you'll have to pass a function that's gets the data, check the example to see how to work with this |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
chenkuncloud
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yep, it's a new api, you'll have to pass a function that's gets the data, check the example to see how to work with this
https://github.com/neo4j-contrib/neovis.js/blob/master/examples/simple-dataFunction-example.html