Skip to content

Instantly share code, notes, and snippets.

@ANorwell
Created December 31, 2010 23:10
Show Gist options
  • Save ANorwell/761414 to your computer and use it in GitHub Desktop.
Save ANorwell/761414 to your computer and use it in GitHub Desktop.
Graph.js local storage
G.save("my graph")
//get a list of all graphs that are currently saved
var savedGraphs = G.getSavedGraphsList();
G.load(savedGraphs[0]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment