https://github.com/jackrusher/jssvggraph
Javascript/SVG Graph Layout
https://github.com/jackrusher/jssvggraph
Last synced: 10 days ago
JSON representation
Javascript/SVG Graph Layout
- Host: GitHub
- URL: https://github.com/jackrusher/jssvggraph
- Owner: jackrusher
- License: bsd-2-clause
- Created: 2010-04-03T00:05:31.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2012-10-05T13:22:23.000Z (over 12 years ago)
- Last Synced: 2025-03-26T08:47:36.361Z (27 days ago)
- Language: JavaScript
- Homepage:
- Size: 106 KB
- Stars: 69
- Watchers: 7
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
The simplest possible force directed graph layout algorithm implemented as a Javascript library that uses SVG objects. It is in no way meant to be production library, just a demonstration of force-directed layout as an adjunct to a conversation on that topic.
demo1 -- super simple drawing of the taxonomic position of hedgehogs
demo2 -- a sentence diagram, shows custom colors and edge styles
demo3 -- populating a graph with data acquired via jQuery