MCPcopy Index your code
hub / github.com/apache/echarts / getViewOfComponentModel

Method getViewOfComponentModel

src/core/echarts.ts:2790–2792  ·  view source on GitHub ↗
(componentModel: ComponentModel)

Source from the content-addressed store, hash-verified

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 }

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected