0

jqplotでdateaxis renderの角度を設定する方法はありますか? 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'
                        }
4

1 に答える 1