jQuery plugin, Converts tables to charts & graphs using the HTML 5
Visualize is a jQuery plugin which converts tables to charts & graphs using the HTML 5 canvas tag.
The usage of tables is very important the data is already formatted in a way that is accessible to users browsing the web with a screen reader or other assistive technology.
The plugin offers a very easy usage as calling a function like: $('table').visualize(); is enough for creating a line, pie, bar or an area chart from a table.
Visualize offers various methods for customizing:
- the type (line, pie, bar or area)
- width & height
- title
- color
- margins
- & more
Here is a customizable demo to test the plugin completely.
Related Posts :
Canvas 3D Graph Canvas 3D Graph is a special type of bar graph that plot numbers in 3D. Flot Flot is a pure Javascr ...
Controlling layouts with CSS is a big subject these days as after dropping the table support, it is clear that the curren ...
jqPlot is a jQuery plotting plugin which can generate very good looking line and bar charts. The plugin offers various fe ...
jExpand is ultra lightweight jQuery plugin that will make your tables expandable. Typical for line of business applicatio ...
jdMenu Hierarchical Menu Plugin for jQuery The jdMenu plugin for jQuery provides a clean, simple and elegant solution f ...




TDTwister says:
July 9th, 2009 at 4:10 AM
This is the next big thing. HTML 5 have many features that could help implement many things that previously required Flash. My bigger concern is that with the great majority of internet users using IE how many will upgrade their browser to IE 8 and how well IE8 is going to support web standards.