W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗值獎勵
用來控制坐標(biāo)軸指示器的文本標(biāo)簽。
[ default: false ]
表示是否顯示文本標(biāo)簽。如果 tooltip.axisPointer.type 設(shè)置為 'cross' 則默認顯示標(biāo)簽,否則默認不顯示。
[ default: 'auto' ]
表示文本標(biāo)簽中數(shù)值的小數(shù)點精度。默認根據(jù)當(dāng)前軸的值自動判斷。也可以指定如 2 表示保留兩位小數(shù)。
[ default: null ]
作為文本標(biāo)簽文字的格式化器。
參數(shù):
{Object} params: 含有:
{
componentType: 'series',
// 系列類型
seriesType: string,
// 系列在傳入的 option.series 中的 index
seriesIndex: number,
// 系列名稱
seriesName: string,
// 數(shù)據(jù)名,類目名
name: string,
// 數(shù)據(jù)在傳入的 data 數(shù)組中的 index
dataIndex: number,
// 傳入的原始數(shù)據(jù)項
data: Object,
// 傳入的數(shù)據(jù)值
value: number|Array,
// 數(shù)據(jù)圖形的顏色
color: string,
}
每項內(nèi)容還包括軸的信息:
{
axisDim: 'x', // 'x', 'y', 'angle', 'radius', 'single'
axisId: 'xxx',
axisName: 'xxx',
axisIndex: 3,
axisValue: 121, // 當(dāng)前 axisPointer 對應(yīng)的 value。
axisValueLabel: '文本'
}
返回值:
顯示的 string。
例如:
formatter: function (params) {
// 假設(shè)此軸的 type 為 'time'。
return 'some text' + echarts.format.formatTime(params.value);
}
[ default: 3 ]
表示 label 距離軸的距離。
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: