Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JQplot labels cut off in IE 8

Has anyone seen this before? http://i.stack.imgur.com/kncuH.png

It cuts of the text of the labels. You can see it in the bottom and some of the ones in the y axis. I'm using jqplot version 1.0.8 and jQuery to 1.9.1.

I tried changing the font size and mark width. But it does not help. I have a sneaky suspicion that is has something to do with rotating text.

(The "bug" is only present in internet explorer 8 and down.)

like image 582
Dissan Avatar asked Jul 22 '13 07:07

Dissan


1 Answers

I had the same issues, and solved it by upgrading excanvas to the latest version. I used the latest version of excanvas from the explorercanvas repository: https://explorercanvas.googlecode.com/svn/trunk/excanvas.js

like image 111
Gunnar Avatar answered Oct 30 '22 14:10

Gunnar