tags:

views:

193

answers:

1

I am using jQuery/FLOT to draw a graph, I would like for the user to be able to download a PDF version of the graph. I am writing the PDF using ColdFusion. After creating the graph I then send the html of the graph div, via ajax to a CF script that uses cfdocument to write the pdf. The problem is that in the PDF, it only displays the axis and labels, not the actual graph data. Does anybody know of a way to get the actual image that is dynamically created on the canvas?

+1  A: 

I don't think this has been implemented in flot yet see http://code.google.com/p/flot/issues/detail?id=175

Tarski
Thanks for that link. I will be resorting to cfchart and web charts XML file
Kelly