MCPcopy Create free account
hub / github.com/apache/echarts / shouldShow

Method shouldShow

src/coord/matrix/MatrixDim.ts:363–365  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

361 }
362
363 shouldShow(): boolean {
364 return !!this._model.getShallow('show', true);
365 }
366
367 /**
368 * Iterate leaves (they are layout units) if dimIdx === this.dimIdx.

Callers 2

layOutUnitsOnDimensionFunction · 0.45

Calls 1

getShallowMethod · 0.80

Tested by

no test coverage detected