Description: graphTable provides the ability to graph the data in a simple HTML table using flot.
Usage:
$( #myTable ).graphTable({series: columns })
graphTable() takes up to two objects as arguments: the first is an object with the arguments for graphTable the second is an object with arguments to be handed off to flot (read more about flot arguments).
The graphTable arguments let you:
choose which parts of the table will be used for the graph data
choose where the graph will go in relation to the table and how big it will be
run a function on cell contents (to remove dollar signs, for example) before passing them to flot
To Search:
File list (Check if you may need any files):
jquery.graphTable-0.1.js