Skip to content

A graph (as in graph theory) editor, written in JavaScript using the canvas element.

License

Notifications You must be signed in to change notification settings

wangscript007/js-graph-editor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graph-editor.js

A graph editor (as in graph theory) written in JavaScript utilizing the canvas element. Originally written to be part of the Sage computer algebra system, now it is also a stand alone tool. The library does not pollute your JavaScript globals, it adds only the "GraphEditor" object.

Forked from Radoslav Kirov's graph-editor.

New features in this fork

  • support for edge labels
  • import/export integrated into menu
  • CSV import/export
  • grid layout

Todo

  • pan/zoom
  • select and operate on multiple nodes
  • undo edge deletion
  • deeper undo stack

Usage

Demo here.

Have fun!

About

A graph (as in graph theory) editor, written in JavaScript using the canvas element.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Other 0.4%