AmCharts如何将categoryAxis移至最低点?

时间:2014-09-18 08:58:57

标签: javascript charts amcharts

在AmChart中,我需要在X轴上显示旋转值。

我是这样做的吗?

   "categoryField": "DATE",
                "categoryAxis": {
                    "gridPosition": "start",
                    "autoRotateAngle": 20,
                    //"gridPosition":"start",
                    //"minHorizontalGap": 20,
                    "minVerticalGap": 50,
                    //"autoWrap": true,
                    "position": "bottom",
                    "fontSize": 8,
                    "labelRotation": 320,
                    "axisAlpha":0,
                    "tickLength":0
                }

问题是标签现在在图表中而不是在图表下面(见下图)。所以我想问我该怎么做?

在CategoryAxis的文档中,我没有发现任何关于定位的信息: http://docs.amcharts.com/3/javascriptcharts/CategoryAxis

感谢您的任何建议。

enter image description here

1 个答案:

答案 0 :(得分:0)

删除“labelRotation”:320,或设置“labelRotation”:0,

如果你有很多记录,你应该设置“labelRotation”:30:D