(chart: EChartsType)
| 39 | return getECModel(chart).getComponent('legend', 0).option as LegendOption; |
| 40 | } |
| 41 | function getTimelineComponent(chart: EChartsType): TimelineModel { |
| 42 | return getECModel(chart).getComponent('timeline', 0) as TimelineModel; |
| 43 | } |
| 44 | |
| 45 | let chart: EChartsType; |
| 46 | beforeEach(function () { |
no test coverage detected
searching dependent graphs…