Is it possible to adjust the angle for dateaxis rendering in jqplot specifically for the x-axis? Any help or guidance is appreciated. Below is the relevant code snippet:
xaxis:
{
min:'2009-11-01 00:00',
max:'2009-11-01 12:00',
renderer:jQuery.jqplot.DateAxisRenderer,
tickOptions:{formatString:'%H:%M',angle:-30},
tickInterval:'30 minutes'
}