(chart: EChartsType, type: ComponentMainType)
| 51 | } |
| 52 | |
| 53 | function countModel(chart: EChartsType, type: ComponentMainType): number { |
| 54 | // FIXME |
| 55 | // access private |
| 56 | // @ts-ignore |
| 57 | return getECModel(chart)._componentsMap.get(type).length; |
| 58 | } |
| 59 | |
| 60 | function getChartView(chart: EChartsType, series: SeriesModel): ChartView { |
| 61 | // @ts-ignore |
no test coverage detected
searching dependent graphs…