IE8 Printing issues with Jqplot

前端 未结 3 653
忘了有多久
忘了有多久 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 06:03

    You need to use jQuery 1.4.2

    Download the script and replace the link to 1.3.2 with 1.4.2.

    Theres also a bug in your code, your div is called "chart1" but your script refers to "chart4".

    Fix these and your singing :)

提交回复
热议问题