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

Method leaveEmphasis

src/core/echarts.ts:2767–2770  ·  view source on GitHub ↗
(el: Element, highlightDigit?: number)

Source from the content-addressed store, hash-verified

2765 markStatusToUpdate(ecIns);
2766 }
2767 leaveEmphasis(el: Element, highlightDigit?: number) {
2768 leaveEmphasis(el, highlightDigit);
2769 markStatusToUpdate(ecIns);
2770 }
2771 enterBlur(el: Element) {
2772 enterBlur(el);
2773 markStatusToUpdate(ecIns);

Callers 2

createIconPathsMethod · 0.80
_renderHandleMethod · 0.80

Calls 1

leaveEmphasisFunction · 0.90

Tested by

no test coverage detected