v-network-graph
v-network-graph copied to clipboard
Is it possible to save the state changes?
This is very nice! - thanks for your work!
As the title says, I want to save the state of a changed graph eg added, deleted, moved nodes etc - ie NOT exporting but I guess saving changed code?
Is that / could that be possible?
Hi @philiprhoades, I apologize for the very late reply. Do you mean that you do not want to export the modified network graph, but you want to export each change made to the network graph as source code? Unfortunately, there is no direct way to do this. You need to listen for the necessary change events and generate code accordingly.
I close this issue for now. If you have any other question/comment, please reopen this issue.