ECharts圖例組件配置 內(nèi)邊距與間隔

2018-04-19 17:13 更新

legend.padding   |  number

[ default: 5 ]

圖例內(nèi)邊距,單位px,默認(rèn)各方向內(nèi)邊距為5,接受數(shù)組分別設(shè)定上右下左邊距。

使用示例:

// 設(shè)置內(nèi)邊距為 5
padding: 5
// 設(shè)置上下的內(nèi)邊距為 5,左右的內(nèi)邊距為 10
padding: [5, 10]
// 分別設(shè)置四個方向的內(nèi)邊距
padding: [
    5,  // 上
    10, // 右
    5,  // 下
    10, // 左
]

legend.itemGap   |   number

[ default: 10 ]

圖例每項之間的間隔。橫向布局時為水平間隔,縱向布局時為縱向間隔。


legend.itemWidth    |   number

[ default: 25 ]

圖例標(biāo)記的圖形寬度。


legend.itemHeight   |   number

[ default: 14 ]

圖例標(biāo)記的圖形高度。

以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號