2013-04-12 2 views
0

jqplot에서 날짜 축 렌더링을위한 각도를 설정하는 방법은 무엇입니까? 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' 
         } 

답변

0

을 달성하기 :

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