Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/echarts
/ getDimensionModel
Method
getDimensionModel
src/coord/matrix/MatrixModel.ts:340–342 ·
view source on GitHub ↗
(dim: 'x' | 'y')
Source
from the content-addressed store, hash-verified
338
}
339
340
getDimensionModel(dim:
'x'
|
'y'
): MatrixDimensionModel {
341
return
this._dimModels[dim];
342
}
343
344
getBody(): MatrixBodyCorner<
'body'
> {
345
return
this._body;
Callers
4
render
Method · 0.80
renderOnDimension
Function · 0.80
referHelper.ts
File · 0.80
constructor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected