请问highcharts怎么设置legend部分样式,就是这里,:
我这样写没起作用:
legend: {
itemStyle: {
color: '#000000',
fontWeight: 'bold'
},
lineHeight: 30
},
legend: { //【图例】位置样式
layout: 'horizontal', //【图例】显示的样式:水平(horizontal)/垂直(vertical)
backgroundColor: '#FFFFFF',
borderColor: '#CCC',
borderWidth: 1,
align: 'center',
verticalAlign: 'top',
enabled:true,
y: 50,
shadow: true
}