Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
layOutUnitsOnDimension
Function · 0.45
pointToDataOneDimPrepareCtx
Function · 0.45
Calls
1
getShallow
Method · 0.80
Tested by
no test coverage detected