My objective is to export the title, to png.
To export graphs, the only way we found is to serialize the $.plot call into a php serialized array and save it in the database.
Here is an example of what I would like to include in the canvas. Actually, only the graph is included.
I found and used this:
https://github.com/flot/flot/pull/36
https://github.com/flot/flot/pull/42
http://www.flotcharts.org/flot/examples/canvas/index.html
It helps with the legend but not for everything.
Thank you very much.