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

Function dispatchAction

src/component/dataZoom/roams.ts:158–169  ·  view source on GitHub ↗

* This action will be throttled.

(api: ExtensionAPI, batch: DataZoomPayloadBatchItem[])

Source from the content-addressed store, hash-verified

156 * This action will be throttled.
157 */
158function dispatchAction(api: ExtensionAPI, batch: DataZoomPayloadBatchItem[]) {
159 if (!api.isDisposed()) {
160 api.dispatchAction({
161 type: 'dataZoom',
162 animation: {
163 easing: 'cubicOut',
164 duration: 100
165 },
166 batch: batch
167 });
168 }
169}
170
171function containsPoint(
172 coordSysModel: CoordinateSystemHostModel, e: ZRElementEvent, x: number, y: number

Callers 3

_hideMethod · 0.50

Calls 2

isDisposedMethod · 0.80
dispatchActionMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…