MCPcopy Index your code
hub / github.com/apache/echarts / makeDispatchAction

Function makeDispatchAction

src/component/tooltip/TooltipView.ts:1113–1115  ·  view source on GitHub ↗
(payload: ShowTipPayload | HideTipPayload, api: ExtensionAPI)

Source from the content-addressed store, hash-verified

1111}
1112
1113function makeDispatchAction(payload: ShowTipPayload | HideTipPayload, api: ExtensionAPI) {
1114 return payload.dispatchAction || bind(api.dispatchAction, api);
1115}
1116
1117function refixTooltipPosition(
1118 x: number, y: number,

Callers 2

manuallyShowTipMethod · 0.70
manuallyHideTipMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…