The jQuery Visualize plugin provides a simple method for generating bar, line, area, and pie charts from an HTML table, and allows you to configure them in a variety of way.
In the example in demo, we have an HTML table populated with sample data of a number of employees and their sales by store department. We've generated 4 charts from this table.
Topics