The graphs can be drawn using HTML5 canvas, SVG, or even manually positioned HTML elements.
Arbor.js provides an efficient, force-directed layout algorithm plus abstractions for graph organization and screen refresh handling.
Requirements:
· JavaScript enabled on client side
· jQuery
What's New in This Release: [ read full changelog ]
· Calling ParticleSystem's .screen() method without arguments will now return an object with fields describing the current screen state
· Fix for problems on chrome when running from file:// urls
· Added a shell script to run a local HTTP server so the demos will work without needing to be hosted somewhere