0
有沒有什麼辦法可以爲jqplot中的dateaxis渲染設置角度? 我需要這個x軸。 感謝.. 這是我的代碼jqplot dateAxisRendere的打勾角度?
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'
}