MCPcopy
hub / github.com/apache/echarts / enableHoverEmphasis

Function enableHoverEmphasis

src/util/states.ts:762–767  ·  view source on GitHub ↗
(el: Element, focus?: InnerFocus, blurScope?: BlurScope)

Source from the content-addressed store, hash-verified

760 *
761 */
762export function enableHoverEmphasis(el: Element, focus?: InnerFocus, blurScope?: BlurScope) {
763 setAsHighDownDispatcher(el, true);
764 traverseUpdateState(el as ExtendedElement, setDefaultStateProxy);
765
766 enableHoverFocus(el, focus, blurScope);
767}
768
769export function disableHoverEmphasis(el: Element) {
770 setAsHighDownDispatcher(el, false);

Callers 7

_createSelectorMethod · 0.90
_createItemMethod · 0.90
_renderAxisTickMethod · 0.90
_renderAxisLabelMethod · 0.90
makeBtnMethod · 0.90
_renderHandleMethod · 0.90
toggleHoverEmphasisFunction · 0.85

Calls 3

setAsHighDownDispatcherFunction · 0.85
traverseUpdateStateFunction · 0.85
enableHoverFocusFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…