Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/echarts
/ getBody
Method
getBody
src/coord/matrix/MatrixModel.ts:344–346 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
342
}
343
344
getBody(): MatrixBodyCorner<
'body'
> {
345
return
this._body;
346
}
347
348
getCorner(): MatrixBodyCorner<
'corner'
> {
349
return
this._corner;
Callers
3
createBodyAndCorner
Function · 0.80
_resize
Method · 0.80
dataToLayout
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected