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

Method isAnimationEnabled

src/chart/graph/GraphSeries.ts:403–407  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

401 }
402
403 isAnimationEnabled() {
404 return super.isAnimationEnabled()
405 // Not enable animation when do force layout
406 && !(this.get('layout') === 'force' && this.get(['force', 'layoutAnimation']));
407 }
408
409 __ownRoamView() {
410 // Be an exclusive coord sys of graph series iff it is a `View` coord sys.

Callers 10

renderMethod · 0.45
_renderNormalMethod · 0.45
_clearMethod · 0.45
getSymbolMetaFunction · 0.45
isAnimationEnabledFunction · 0.45
_renderTitleAndDetailMethod · 0.45
processMethod · 0.45
isAnimationEnabledFunction · 0.45
_showIndicatorMethod · 0.45
updateStatesMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected