Since the header and axes are div, not img or canvas, I think the only solution would be to write every text in the canvas using the fillText () function. Then convert this to an image.
You can write in canvas as follows: fillText ("Hello World!", X, y);
Now you can add this to jQplot as a plugin :)
Good luck.
source
share