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

Method setStyle

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

Source from the content-addressed store, hash-verified

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];
103};
104

Callers 15

applyEdgeFillFunction · 0.80
renderMethod · 0.80
copyElementFunction · 0.80
getLegendIconMethod · 0.80
_setCommonMethod · 0.80
beforeUpdateMethod · 0.80
updateDataMethod · 0.80
_updateEffectSymbolMethod · 0.80
createPathFunction · 0.80
_renderMainMethod · 0.80
_renderTicksMethod · 0.80
_renderPointerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected