有没有办法在 jqplot 中设置 dateaxis 渲染的角度?我需要这个用于 x 轴。谢谢..这是我的代码
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'
}