(chart: EChartsType, type: ComponentMainType, index: number)
| 43 | } |
| 44 | |
| 45 | function getModel(chart: EChartsType, type: ComponentMainType, index: number): ComponentModel { |
| 46 | return getECModel(chart).getComponent(type, index); |
| 47 | } |
| 48 | |
| 49 | function countSeries(chart: EChartsType): number { |
| 50 | return countModel(chart, 'series'); |
no test coverage detected
searching dependent graphs…