6

Has anyone seen this before? https://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.)

Dissan
  • 63
  • 4

2 Answers2

1

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

Gunnar
  • 986
  • 3
  • 10
  • 24
0

I have the same problem.

edit: the problem is $.jqplot.CanvasAxisTickRenderer. If you don't use it, it will work. lg Blue

HamstersBlue
  • 115
  • 1
  • 1
  • 9