Highcharts YAxis标题是污迹

时间:2015-09-05 14:13:50

标签: html css highcharts

我正在尝试将标题应用于我的图表的YAxis,它看起来在屏幕上弄脏了(彼此重叠),而我的其他标题看起来很好。

我的代码:

        yAxis: [{
           title: {
                text : 'User Count',
                margin : 60,
                style : {
                    fontWeight : '100%',
                    fontFamily : 'verdana'
                 }
               }
        }],

 series: [{
            data: [1,2,3,4,5,6,3,8,1,10,4,11]
        }]
    });
});

示例:我在IE9中得到了这个,但在FF和chrome中没有。请提出解决方案。几个月来我一直坚持这个。在此先感谢。

enter image description here

0 个答案:

没有答案