MCPcopy 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

renderMethod · 0.80
renderOnDimensionFunction · 0.80
referHelper.tsFile · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected