Feature #539
Updated by Stefan Eichert about 9 years ago
A nice feature would be to visualise an entities relation to other entities in the browser for example with http://visjs.org/ Easy to use js library. Easy to implement. To do: (recursive) Query for central node and related nodes with some iterations - in ajax/php and push to js create network graph with vis.js style, format etc... Examples: http://visjs.org/examples.hmtl http://visjs.org/examples/network/nodeStyles/customGroups.html