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:
defaults will work in most cases except you’ll want to override the default args.series if your series are in columns