I\'m using a plugin for Jquery called FLOT http://code.google.com/p/flot/
Once the graph is rendered I want the client to be able to save the graph to a file for lat
The basic way to do it is using canvas.toDataURL("image/png"); but I also found this link for you
canvas.toDataURL("image/png");
http://nihilogic.dk/labs/canvas2image/
I've not tested it.