Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JQPlot Printing

Does any body have have a simple working example to print the JQPlot graph.

I am struggling a bit with it.

I need to print it in both IE and Chrome and I am even open to using 2 diiferent methods based upon browser detection.

Also I need to print the X & Y axis lables along with the graph.

Any help would be highly appreciated.

Ragards

like image 904
Rajeev Avatar asked Nov 25 '22 15:11

Rajeev


1 Answers

Try this, it's working in IE9.

$(document).ready(function() {
        $.jqplot._noToImageButton = false;
         -  -   -  
like image 60
Pradeep Mahato Avatar answered Dec 04 '22 13:12

Pradeep Mahato