Highchart legend属性 实现翻页显示效果,解决legend过长

来源:互联网 发布:json字符串解析 编辑:程序博客网 时间:2024/05/17 08:41
 legend: {
            layout: 'vertical',
            align: 'right',
            verticalAlign: 'top',
            y: 30,
            navigation: {
            activeColor: 'red',
animation: true,
arrowSize: 15,
inactiveColor: '#CCC',
style: {
fontWeight: 'bold',
color: '#333',
fontSize: '12px'
}
}
        },
0 0