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

Function onElementNormalEvent

libs/echarts/echarts.simple.js:17324–17327  ·  view source on GitHub ↗
(highlightDigit)

Source from the content-addressed store, hash-verified

17322}
17323
17324function onElementNormalEvent(highlightDigit) {
17325 !(this.__highByOuter &= ~(1 << (highlightDigit || 0)))
17326 && traverseUpdate(this, singleEnterNormal);
17327}
17328
17329function shouldSilent(el, e) {
17330 return el.__highDownSilentOnTouch && e.zrByTouch;

Callers

nothing calls this directly

Calls 1

traverseUpdateFunction · 0.70

Tested by

no test coverage detected