MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / onElementMouseOut

Function onElementMouseOut

libs/echarts/echarts.simple.js:17312–17317  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

17310}
17311
17312function onElementMouseOut(e) {
17313 !shouldSilent(this, e)
17314 // "emphasis" event highlight has higher priority than mouse highlight.
17315 && !this.__highByOuter
17316 && traverseUpdate(this, singleEnterNormal);
17317}
17318
17319function onElementEmphasisEvent(highlightDigit) {
17320 this.__highByOuter |= 1 << (highlightDigit || 0);

Callers

nothing calls this directly

Calls 2

shouldSilentFunction · 0.70
traverseUpdateFunction · 0.70

Tested by

no test coverage detected