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

Function canBeNonSeriesBoxCoordSys

src/core/CoordinateSystem.ts:109–111  ·  view source on GitHub ↗
(coordSysType: string)

Source from the content-addressed store, hash-verified

107}
108
109function canBeNonSeriesBoxCoordSys(coordSysType: string): boolean {
110 return !!nonSeriesBoxCoordSysCreators[coordSysType];
111}
112
113// By default fetch coord from `model.get('coord')`.
114export const BOX_COORD_SYS_COORD_FROM_PROP_COORD = 1 as const;

Callers 1

decideCoordSysUsageKindFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…