I'm trying to make a context menu for adding, editing, deleting nodes and edges in a d3 network graph.
I haven't been able to find any examples of radial context menus nor have I seen examples on opening a modal between you click the "create node" menu item in the context menu, and it is added.
I need to specify some additional data when I add a node, which is why the modal is so important. The screenshots I made was taken from Arangodb that has this feature, so i was wondering if something similar can be done with d3?
There's generally not a whole lot of info about how to make context menus with d3.