Leo
Leo

Reputation: 1136

Rotate axis labels in jqplot

I'm trying to replicate the rotated labels example at http://www.jqplot.com/tests/rotated-tick-labels.php using:

axesDefaults: {
    tickRenderer: $.jqplot.CanvasAxisTickRenderer ,
    tickOptions: {
      angle: -30,
      fontSize: '11pt'
    }
},

http://jsfiddle.net/XV5yz/2/

But I can't get the rotated labels... I think I've included all the relevant js files...

The "fontSize" option works as expected.

Upvotes: 1

Views: 1750

Answers (1)

Related Questions