W3Cschool
恭喜您成為首批注冊(cè)用戶
獲得88經(jīng)驗(yàn)值獎(jiǎng)勵(lì)
events.鼠標(biāo)事件 | *
鼠標(biāo)事件的事件參數(shù)是事件對(duì)象的數(shù)據(jù)的各個(gè)屬性,對(duì)于圖表的點(diǎn)擊事件,基本參數(shù)如下,其它圖表諸如餅圖可能會(huì)有部分附加參數(shù)。例如餅圖會(huì)有 percent 屬性表示百分比,具體見各個(gè)圖表類型的 label formatter 回調(diào)函數(shù)的 params。
{
// 當(dāng)前點(diǎn)擊的圖形元素所屬的組件名稱,
// 其值如 'series'、'markLine'、'markPoint'、'timeLine' 等。
componentType: string,
// 系列類型。值可能為:'line'、'bar'、'pie' 等。當(dāng) componentType 為 'series' 時(shí)有意義。
seriesType: string,
// 系列在傳入的 option.series 中的 index。當(dāng) componentType 為 'series' 時(shí)有意義。
seriesIndex: number,
// 系列名稱。當(dāng) componentType 為 'series' 時(shí)有意義。
seriesName: string,
// 數(shù)據(jù)名,類目名
name: string,
// 數(shù)據(jù)在傳入的 data 數(shù)組中的 index
dataIndex: number,
// 傳入的原始數(shù)據(jù)項(xiàng)
data: Object,
// sankey、graph 等圖表同時(shí)含有 nodeData 和 edgeData 兩種 data,
// dataType 的值會(huì)是 'node' 或者 'edge',表示當(dāng)前點(diǎn)擊在 node 還是 edge 上。
// 其他大部分圖表中只有一種 data,dataType 無意義。
dataType: string,
// 傳入的數(shù)據(jù)值
value: number|Array
// 數(shù)據(jù)圖形的顏色。當(dāng) componentType 為 'series' 時(shí)有意義。
color: string
}
鼠標(biāo)事件包括 'click','dblclick','mousedown','mouseup','mouseover','mouseout','globalout','contextmenu'。
events.鼠標(biāo)事件.click | Event
events.鼠標(biāo)事件.dblclick | Event
events.鼠標(biāo)事件.mousedown | Event
events.鼠標(biāo)事件.mouseup | Event
events.鼠標(biāo)事件.mouseover | Event
events.鼠標(biāo)事件.mouseout | Event
events.鼠標(biāo)事件.globalout | Event
Copyright©2021 w3cschool編程獅|閩ICP備15016281號(hào)-3|閩公網(wǎng)安備35020302033924號(hào)
違法和不良信息舉報(bào)電話:173-0602-2364|舉報(bào)郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號(hào)
聯(lián)系方式:
更多建議: