MCPcopy
hub / github.com/apache/echarts / registerCoordinateSystem

Function registerCoordinateSystem

src/core/echarts.ts:3189–3194  ·  view source on GitHub ↗
(
    type: string,
    coordSysCreator: CoordinateSystemCreator
)

Source from the content-addressed store, hash-verified

3187}
3188
3189export function registerCoordinateSystem(
3190 type: string,
3191 coordSysCreator: CoordinateSystemCreator
3192): void {
3193 CoordinateSystemManager.register(type, coordSysCreator);
3194}
3195
3196/**
3197 * Get dimensions of specified coordinate system.

Callers 1

BMapCoordSys.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…