legend: {
type: 'scroll',
orient: 'horizontal',
bottom:0,
left:'center',
itemGap: 0,
itemWidth: 10,
itemHeight: 10,
textStyle:{
color: '#11f7f7'
},
pageIconColor: '#6495ed', //翻頁下一頁的三角按鈕顏色
pageIconInactiveColor: '#aaa', //翻頁(即翻頁到頭時)
pageIconSize: 11, //翻頁按鈕大小
pageFormatter: '',//隱藏翻頁的數字
pageButtonItemGap: -6,//翻頁按鈕的兩個之間的間距
formatter: function (name) {
return echarts.format.truncateText(name, 6, '14px Microsoft Yahei', '…');
},//隱藏legend文字的不顯示
tooltip: {
show: true
},//隱藏legend文字的不顯示,開啟true
padding: [5, 0],
data: ['A區域','B區域','C區域','D區域']
},