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

Function toggleHoverEmphasis

src/util/states.ts:773–776  ·  view source on GitHub ↗
(el: Element, focus: InnerFocus, blurScope: BlurScope, isDisabled: boolean)

Source from the content-addressed store, hash-verified

771}
772
773export function toggleHoverEmphasis(el: Element, focus: InnerFocus, blurScope: BlurScope, isDisabled: boolean) {
774 isDisabled ? disableHoverEmphasis(el)
775 : enableHoverEmphasis(el, focus, blurScope);
776}
777
778export function enableHoverFocus(el: Element, focus: InnerFocus, blurScope: BlurScope) {
779 const ecData = getECData(el);

Callers 15

updateDataMethod · 0.90
updateDataMethod · 0.90
_renderOnGridLikeMethod · 0.90
updateDataMethod · 0.90
renderMethod · 0.90
createOrUpdateItemFunction · 0.90
_updateCommonStlMethod · 0.90
_updateCommonStlMethod · 0.90
updateDataMethod · 0.90
_updateCommonMethod · 0.90
updateStyleFunction · 0.90
updateCommonFunction · 0.90

Calls 2

disableHoverEmphasisFunction · 0.85
enableHoverEmphasisFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…