Highchart - 旋转x轴标签字体很大且模糊

时间:2016-11-15 09:06:28

标签: highcharts

xAxis : {
  categories : dept,
    labels : {
       style : {
            fontSize : '12px',
            fontFamily : 'Verdana',
            align : 'right'
       }
    }
}

少数据时的图片(不旋转标签)

Picture when few data (not rotate label)

多张数据时的图片(旋转标签)

Picture when many data (rotate label)

我该如何解决?我使用的是IE 11。 是关于浏览器的兼容性吗?

0 个答案:

没有答案