(data: SeriesData)
| 534 | } |
| 535 | |
| 536 | function 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 | |
| 544 | function findTransitionSeriesBatches( |
| 545 | globalStore: GlobalStore, |
no test coverage detected
searching dependent graphs…