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:
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:
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