I have a coldfusion page which spits out a report which has data and flot graphs in it. How do I go about print this page without the graphs breaking. I looked up and only saw how only the graph can be exported as an image and be printed. I want the whole page to be printed with unbroken graphs. Any ideas here?
Asked
Active
Viewed 200 times
0

user747291
- 821
- 3
- 20
- 43
-
the graph is printable, got a valid css for print? – Álvaro Touzón Jul 12 '17 at 14:14
-
here a solution to generate image from svg, http://www.informit.com/articles/article.aspx?p=1903884&seqNum=9 – Álvaro Touzón Jul 12 '17 at 14:15
-
and a stackoverflow https://stackoverflow.com/questions/8242455/how-to-print-flot-graph – Álvaro Touzón Jul 12 '17 at 14:15
-
I have seen these, I want the whole page not only the graph. Hope this helps – user747291 Jul 12 '17 at 14:18
-
i dont understand, when a i show print page works fine http://people.iola.dk/olau/flot/examples/multiple-axes.html – Álvaro Touzón Jul 12 '17 at 14:22
-
I have added the report screen shot's print preview which shows how the graph gets broken. Any idea how to fix that – user747291 Jul 12 '17 at 15:14
-
@Álvaro Touzón any thoughts ? – user747291 Jul 12 '17 at 19:25
-
hi, this is not a problem of flot, i belive there is no space in first page and split it into two pages, reduce the height of the graph or givre more space before to add all in rhe two page – Álvaro Touzón Jul 13 '17 at 05:39