echart改變legend樣式及分頁


 

 

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區域']
},


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM