(componentModel: ComponentModel)
| 2788 | return ecIns.getModel(); |
| 2789 | } |
| 2790 | getViewOfComponentModel(componentModel: ComponentModel): ComponentView { |
| 2791 | return ecIns.getViewOfComponentModel(componentModel); |
| 2792 | } |
| 2793 | getViewOfSeriesModel(seriesModel: SeriesModel): ChartView { |
| 2794 | return ecIns.getViewOfSeriesModel(seriesModel); |
| 2795 | } |
nothing calls this directly
no test coverage detected