参考:echarts-legend
legend: [
{
data: [
{
name: '正常',
icon: 'rect'
}
],
itemWidth: 16,
itemHeight: 4,
top: '6%',
left: '35%',
textStyle: {
color: '#626C78',
fontSize: 14
}
},
{
data: [
{
name: '异常',
icon: 'rect'
}
],
itemWidth: 16,
itemHeight: 4,
top: '6%',
left: '50%',
textStyle: {
color: '#626C78',
fontSize: 14
}
},
{
top: '5.5%',
left: '65%',
textStyle: {
color: '#626C78',
fontSize: 14
},
itemWidth: 16,
itemHeight: 16,
data: [
{
name: '安全范围',
icon: 'rect'
}
]
}
],
注意:不要在series.itemStyle中设置borderWidth,如果设置这个会造成图例的高亮状态和置灰状态样式大小不一样。