W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗值獎勵
[ default: [5, 7, 5, 7] ]
在 xAxis 中設置 axisPointer 的內(nèi)邊距,它的單位為 px,在默認情況下 axisPointer 各方向的內(nèi)邊距為 5,它能夠接受利用數(shù)組分別對上、下、左、右的邊距進行設定。
使用示例:
// 設置內(nèi)邊距為 5
padding: 5
// 設置上下的內(nèi)邊距為 5,左右的內(nèi)邊距為 10
padding: [5, 10]
// 分別設置四個方向的內(nèi)邊距
padding: [
5, // 上
10, // 右
5, // 下
10, // 左
]
[ default: 'auto' ]
設置 axisPointer 文本標簽的背景顏色,默認是和 axis.axisLine.lineStyle.color 相同。
[ default: null ]
設置 axisPointer 文本標簽的邊框顏色。
[ default: 0 ]
對 axisPointer 文本標簽的邊框?qū)挾冗M行設置。
[ default: 3 ]
設置 axisPointer 圖形陰影的模糊大小。
該屬性可以配合 shadowColor,shadowOffsetX 和 shadowOffsetY 一起對圖形的陰影效果進行設置。
如下示例:
{
shadowColor: 'rgba(0, 0, 0, 0.5)',
shadowBlur: 10
}
[ default: #aaa ]
axisPointer 的陰影顏色屬性。
[ default: 0 ]
axisPointer 陰影在水平方向上的偏移距離。
[ default: 0 ]
axisPointer 陰影在垂直方向上的偏移距離。
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: