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

Method getCoordSysModel

src/coord/cartesian/AxisModel.ts:56–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 axis: Axis2D;
55
56 getCoordSysModel(): GridModel {
57 return this.getReferringComponents('grid', SINGLE_REFERRING).models[0] as GridModel;
58 }
59
60}
61

Callers 2

coordSysProviderMethod · 0.45
isAxisUsedInTheGridFunction · 0.45

Calls 1

Tested by

no test coverage detected