Convert Tables To Accessible Charts/Graphs With Canvas And jQuery
7
Jul
// php the_time('Y') ?>
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.
Requirements: jQuery
Compatibility: All Major Browsers
Website: http://www.filamentgroup.com/lab/jquery_visualize_pl...
Demo: http://www.filamentgroup.com/examples/charting_v2/in...
Compatibility: All Major Browsers
Website: http://www.filamentgroup.com/lab/jquery_visualize_pl...
Demo: http://www.filamentgroup.com/examples/charting_v2/in...
- Tags:
Accessible Javascript
- Filed under: Charts, GPL License, Goodies, MIT License
- 1 Comment
















One Response for "Convert Tables To Accessible Charts/Graphs With Canvas And jQuery"
There are something similar in mootools?