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

Method setShape

src/animation/customGraphicTransition.ts:99–99  ·  view source on GitHub ↗
(key: T, val: ShapeOpt[T])

Source from the content-addressed store, hash-verified

97 ShapeOpt extends any = any
98> extends TransitionBaseDuringAPI {
99 setShape<T extends keyof ShapeOpt>(key: T, val: ShapeOpt[T]): this;
100 getShape<T extends keyof ShapeOpt>(key: T): ShapeOpt[T];
101 setStyle<T extends keyof StyleOpt>(key: T, val: StyleOpt[T]): this
102 getStyle<T extends keyof StyleOpt>(key: T): StyleOpt[T];

Callers 15

updateDataMethod · 0.80
updateDataMethod · 0.80
updateDataMethod · 0.80
renderMethod · 0.80
copyElementFunction · 0.80
updateDataMethod · 0.80
updateLayoutMethod · 0.80
incrementalUpdateMethod · 0.80
_setCommonMethod · 0.80
updateDataMethod · 0.80
incrementalUpdateMethod · 0.80
_setCommonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected