Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/echarts
/ getRegion
Method
getRegion
src/coord/geo/Geo.ts:168–170 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
166
}
167
168
getRegion(name: string): Region {
169
return
this._regionsMap.get(name);
170
}
171
172
getRegionByCoord(coord: number[]): Region {
173
const
regions = this.regions;
Callers
2
mapSymbolLayout
Function · 0.80
MapSeries
Class · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected