资 源 简 介
The goal of this project is to provide API for constructing Mathematical Graphs with jQuery.
[![](https://www.paypal.com/enUS/i/btn/btndonateSM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=donations&business=8G2SNVYYA5W9G&lc=US&itemname=Matej%20Kobza¤cycode=EUR&bn=PP%2dDonationsBF%3abtndonateCCLG%2egif%3aNonHosted)
It is not a library like any other out in the world. Most of the jQuery graph libraries are actually chart libraries and can"t display mathematical graphs with vertices and edges. This plugin is different one. It will draw a graph for you and use spring algorithm to layout all the vertices so the graph will be as much planar as it can be. You will provide only data model with objects that represent vertices and edges between them and the plugin will layout them into HTML 5 canvas element with Spring layout algorithm.
Requirements: jQuery loaded, Javascript enabled and HTML 5 compatib