neo4j-contrib / neovis.js

Neo4j + vis.js = neovis.js. Graph visualizations in the browser with data from Neo4j.
Apache License 2.0
1.59k stars 324 forks source link

Questions about custom data #281

Open royhuang813 opened 2 years ago

royhuang813 commented 2 years ago

Hi, how to set data by yourself instead of automatically connecting to the server and obtaining data within neovis.

(at present, I will write an interface in nodejs, and then call this interface at the front end to obtain data). At present, the test seems to fail?

thebestnom commented 2 years ago

You can't for now, there is an open issue about that, implementing that is not that hard but ai don't have the time 😅

royhuang813 commented 2 years ago

i forgot reply you...sorry, thanks!