MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / onElementMouseOver

Function onElementMouseOver

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

Source from the content-addressed store, hash-verified

17303}
17304
17305function onElementMouseOver(e) {
17306 !shouldSilent(this, e)
17307 // "emphasis" event highlight has higher priority than mouse highlight.
17308 && !this.__highByOuter
17309 && traverseUpdate(this, singleEnterEmphasis);
17310}
17311
17312function onElementMouseOut(e) {
17313 !shouldSilent(this, e)

Callers

nothing calls this directly

Calls 2

shouldSilentFunction · 0.70
traverseUpdateFunction · 0.70

Tested by

no test coverage detected