IE8 Printing issues with Jqplot

前端 未结 3 628
忘了有多久
忘了有多久 2021-01-20 05:31

I am testing jqplot with IE8. When I tried to print, the axes labels were offset. I used Andrew Bullock\'s Canvashack as a workaround.(http://blog.muonlab.com/2010/06/02/get

3条回答
  •  心在旅途
    2021-01-20 05:51

    This answer worked great for me! I had to combine both the excanvas.js code change and then integrate the code that was posted here where the question originated. I will post my source below which uses JQPlot and functions correctly in IE 7. This is hosted in SharePoint, hence the SOAP envelope containing the CAML query.

    Here is the basic layout:

    • Function containing graph
      • call to canvas fix
    • End of function containing graph

    *Canvas Fix Function

    Look for all the exclamation marks.

    
    

提交回复
热议问题