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