0

有没有办法在 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'
                        }
4

1 回答 1

0

我使用以下代码来完成它:

axesDefaults : { tickRenderer :$.jqplot.CanvasAxisTickRenderer, tickOptions : { angle :30 } },

于 2013-08-13T03:00:09.373 回答