eisman / neo4jd3

Neo4j graph visualization using D3.js
https://eisman.github.io/neo4jd3/
MIT License
1.38k stars 424 forks source link

Can I generate the json array from a MySql db and load it? #33

Open dismalmanager82 opened 6 years ago

dismalmanager82 commented 6 years ago

I already has a MySql db with my inventory and from my PHP site I can generate the json array (json_encode). How can I make it available as an input? Thanks

Degooya commented 5 years ago

you would have to parse it in the right D3.js format and then add it to the parameter 'neo4jData'