Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/echarts
/ getExtent
Method
getExtent
src/scale/Ordinal.ts:205–207 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
203
},
204
205
getExtent() {
206
return
this._mapper.getExtent();
207
},
208
209
getExtentUnsafe(kind, depth) {
210
return
this._mapper.getExtentUnsafe(kind, depth);
Callers
nothing calls this directly
Calls
1
getExtent
Method · 0.65
Tested by
no test coverage detected