0

I am creating a picture using d3, the picture is composed from node and link (arrow):

var graph = { nodes: d3.map(), edges: d3.map() };

Is there way to save nodes and edges using node.js to be able to restore it later?

mdml
  • 21,241
  • 8
  • 53
  • 64
Edge7
  • 663
  • 1
  • 12
  • 34

0 Answers0