MCPcopy Create free account
hub / github.com/apache/echarts / getCoordinateSystems

Method getCoordinateSystems

src/core/echarts.ts:2751–2753  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2749 createExtensionAPI = function (ecIns: ECharts): ExtensionAPI {
2750 return new (class extends ExtensionAPI {
2751 getCoordinateSystems(): CoordinateSystemMaster[] {
2752 return ecIns._coordSysMgr.getCoordinateSystems();
2753 }
2754 getComponentByElement(el: Element) {
2755 while (el) {
2756 const modelInfo = (el as ViewRootGroup).__ecComponentInfo;

Callers 2

collectAxesInfoFunction · 0.45
doConvertPixelImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected