MCPcopy Index your code
hub / github.com/apache/echarts / getDivideShapeFromData

Function getDivideShapeFromData

src/animation/universalTransition.ts:536–542  ·  view source on GitHub ↗
(data: SeriesData)

Source from the content-addressed store, hash-verified

534}
535
536function getDivideShapeFromData(data: SeriesData) {
537 if (data.hostModel) {
538 return ((data.hostModel as SeriesModel)
539 .getModel('universalTransition') as Model<UniversalTransitionOption>)
540 .get('divideShape');
541 }
542}
543
544function findTransitionSeriesBatches(
545 globalStore: GlobalStore,

Callers 2

transitionSeriesFromOptFunction · 0.85

Calls 2

getMethod · 0.45
getModelMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…