echarts图例分页展示:
legend: {
type: 'scroll', //分页类型
orient: 'horizontal', //横向
height: 50,
pageIconColor: '#ff781f', //翻页箭头颜色
pageTextStyle:{
color: '#999', //翻页数字颜色
}, //翻页数字设置
pageIconSize: 13,
data: ['图例1','图例2',"图例3","图例4"],
textStyle:{//图例文字的样式
color:'#999',
fontSize: 10
},
itemHeight:10,
itemWidth: 15,
left: '1%',
top: '-1%'
},