Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
coordSysProvider
Method · 0.45
isAxisUsedInTheGrid
Function · 0.45
Calls
1
getReferringComponents
Method · 0.80
Tested by
no test coverage detected