MCPcopy Index your code
hub / github.com/apache/echarts / getCell

Method getCell

src/coord/matrix/MatrixDim.ts:425–428  ·  view source on GitHub ↗

* Get dimension cell by data, including leaves and non-leaves.

(value: MatrixCoordValueOption)

Source from the content-addressed store, hash-verified

423 * Get dimension cell by data, including leaves and non-leaves.
424 */
425 getCell(value: MatrixCoordValueOption): MatrixDimensionCell | NullUndefined {
426 const ordinal = this._scale.parse(value);
427 return eqNaN(ordinal) ? undefined : this._cells[ordinal];
428 }
429
430 /**
431 * Get leaf count or get level count.

Callers 2

createBodyOrCornerCellsFunction · 0.45

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected