现在的位置: 首页 > 综合 > 正文

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

2019年05月16日 ⁄ 综合 ⁄ 共 242字 ⁄ 字号 评论关闭

 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'
}
}
        },

抱歉!评论已关闭.