Posted on April 4, 2009 - by ruby
Accessible chart using HTML canvas & jQuery
When you working on a web based application which need a statistic report, accessible chart is one of the most important thing to achieve. It visualize a sets of data to be easier to read and analyze and it has been a tricky stuff. a great jQuery plugin has been released at filamentgroup.com, a proof of concept for visualizing HTML table data with the canvas element using and rely on top of jQuery javascript framework.
fgCharting is customizable, it uses the advantages of HTML canvas element, and it allows us to create a different type of chart easily, such as:
- line chart
- filledLine chart
- additiveLine chart
- additiveFilledLine chart
- pie chart
- bar chart
- additiveBar chart
download, sample and detail documentation could be found here
This entry was posted on Saturday, April 4th, 2009 at 22:45 and is filed under Miscellaneous. You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
