How to print flot graph

后端 未结 5 732
臣服心动
臣服心动 2020-12-03 12:55

Can any body help me to find out, how to print dynamic graph as example generated by flot. I tried this one but it\'s printing whole page, but I want only graph portion.

5条回答
  •  春和景丽
    2020-12-03 12:58

    You could hide the parts of the page you don't wish to print by using a separate stylesheet that has media="print". This would also allow you to tweak the final printed output of the graph itself, for example making it larger.

提交回复
热议问题