graphileon

Access to full featured IA_NetworkView


I have a Neo4j query producing a graph, and I want to show the result in a IA_NetworkView (or better IA_YFilesView, to have hierarchical view of the graph). So I add the IA_NetworkView (or IA_YFilesView) label to the node connected with the query node, and Graphileon produces a nice view representing the result graph: enter image description here This node is then connected to the Graphileon "Properties panel" node, in order to let the user click on a node or relationship and edit the attributes. The problem is, the user should also be able to add/remove nodes and relationships, to select a hierarchical view (if using IA_YFilesView), and perform other actions that are possible in the embedded IA_NetworkView/IA_YFilesView in Graphileon, shown when executing a query, or when viewing the logic of an application: enter image description here Is there a way to connect my app graph to the embedded network view? I guess I should connect to some node, as I already did with the Properties panel, but I couldn't find anything

Thanks


Solution

  • The default NV/YFV has a number of context options that activate functions to add / edit and connect nodes. You can add those (or just the ones you need) to the YFV/NV in which you display the suppliers. On Slack (https://join.slack.com/t/graphileon-users/shared_invite/zt-fjrtq8wi-fdFNJWTBz1l5Xd7BseBclw) we may be able to help you further too (maybe even shed some radio-active light on this)

    enter image description here