github:
https://github.com/uriahsanders/Graph.jsexample:
http://uriahsanders.github.io/examples/graph.htmlHey guys, just sharing a graphing module/jquery plugin i have on github. It's going to be used for project infinity, for those of you who know anything about that old project. I think this is the first real code i've shared on EZ so...mercy please.
Graph.js is the only fairly complete open source SVG web graphing module around. There's some canvas stuff but that's not as good as SVG for graphs IMO. The only other SVG ones would be Morris.js and google charts, but google charts aren't open source and Morris.js has only three graph types, an additional dependency, and is much more verbose. Also, neither of those have a jQuery plugin, so their implementation isn't as easy. There are some other reasons why Graph.js is better, but ill stick that into the docs some day.
Every inch of it is customizable, it's very easy to use, lightweight, and versatile. I understand that there may be some issues here and there: So far Im the only contributor and I'm super busy with lots of other things right now. (Not to mention this code is pretty tough...) There are also only two not so good examples yet and no documentation. All of that is coming soon, but I wanted to give EZ an early glimpse.
Questions, comments, contributions, stars, forks, and advice are all welcome. Tell me what you guys think!