ECharts圖例組件配置 圖例控制塊

2018-04-19 17:21 更新

legend.pageButtonItemGap   |   number

[ default: 5 ]

legend.type 為 'scroll' 時(shí)有效。

圖例控制塊中,按鈕和頁信息之間的間隔。

參見 滾動圖例(垂直) 或 滾動圖例(水平)。


legend.pageButtonGap   |   number

[ default: null ]

legend.type 為 'scroll' 時(shí)有效。

圖例控制塊和圖例項(xiàng)之間的間隔。

參見 滾動圖例(垂直) 或 滾動圖例(水平)


legend.pageButtonPosition   |   string

[ default: 'end' ]

legend.type 為 'scroll' 時(shí)有效。

圖例控制塊的位置。可選值為:

  • 'start':控制塊在左或上。
  • 'end':按鈕快在右或下。

參見 滾動圖例(垂直) 或 滾動圖例(水平)


legend.pageFormatter   |   string, Function

[ default: '{current}/{total}' ]

legend.type 為 'scroll' 時(shí)有效。

圖例控制塊中,頁信息的顯示格式。默認(rèn)為 '{current}/{total}',其中 {current} 是當(dāng)前頁號(從 1 開始計(jì)數(shù)),{total} 是總頁數(shù)。

如果 pageFormatter 使用函數(shù),須返回字符串,參數(shù)為:

{
    current: number
    total: number
}

參見 滾動圖例(垂直) 或 滾動圖例(水平)。

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

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號