MCPcopy Create free account
hub / github.com/apache/echarts / _dispatchExpand

Method _dispatchExpand

src/component/parallel/ParallelView.ts:69–71  ·  view source on GitHub ↗

* @internal

(opt: Omit<ParallelAxisExpandPayload, 'type'>)

Source from the content-addressed store, hash-verified

67 * @internal
68 */
69 _dispatchExpand(opt: Omit<ParallelAxisExpandPayload, 'type'>) {
70 opt && this._api.dispatchAction(extend({ type: 'parallelAxisExpand' }, opt));
71 }
72}
73type ElementEventHandler = (this: ParallelView, e: ElementEvent) => void;
74const handlers: Partial<Record<ElementEventName, ElementEventHandler>> = {

Callers 2

ParallelView.tsFile · 0.80

Calls 2

extendFunction · 0.85
dispatchActionMethod · 0.80

Tested by

no test coverage detected