Hi,
We are trying to use GoJS library for the flow diagram app,
For this we want to display the node as a Text and image, and image will be clickable (left click) which will open up a menu which will again have a list of panels. each panel will have an image and a link, on the click of the link we will create a new node.
For the above we are trying to use context menu, but there are 2 challenges that I can see.
-
Opening Context Menu on the left click.
-
Having a list of panel inside a context menu.
I have traversed through all the example and was not able to find out any thing close to what we want.
Please suggest how to achieve this.
Thanks in advance.
Nitin