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

Function isAnimationEnabled

src/chart/bar/PictorialBarView.ts:761–764  ·  view source on GitHub ↗
(this: ItemModel)

Source from the content-addressed store, hash-verified

759}
760
761function isAnimationEnabled(this: ItemModel) {
762 // `animation` prop can be set on itemModel in pictorial bar chart.
763 return this.parentModel.isAnimationEnabled() && !!this.getShallow('animation');
764}
765
766function createBar(data: SeriesData, opt: CreateOpts, symbolMeta: SymbolMeta, isUpdate?: boolean) {
767 // bar is the main element for each data.

Callers

nothing calls this directly

Calls 2

getShallowMethod · 0.80
isAnimationEnabledMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…