Graph.js (Last updated in 2015)
Lightweight, customizable, SVG graphs + jQuery plugin
Examples/Docs:
http://uriahsanders.github.io/examples/graph.html
Dependancies:
Just jQuery.
Why?:
There are very few JS SVG graphing libraries out there. Most JS graphing libraries use canvas, which is not as sharp or interactive as SVG. Current SVG options are not open source or client side, and tend to have more dependancies while lacking animation.
Features:
jQuery plugin.
Linear, area, bar, combo, pie, and donut graphs, as well as tables,
Legends for multiple datasets and pie and donut graphs (simple legends for single datasets),
Supports multiple datasets,
Full grids, vertical and horizontal grids, no grids...,
Supports interactivity,
Light-weight,
Can change graphs from one type to another (including tables): graph.to('linear');
Easy to use,
Every inch is customizable,
Animations
Latest Addition:
Just added animations! Check out the new examples.
Contact:
Email me at [email protected]