MCPcopy
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

mapSymbolLayoutFunction · 0.80
MapSeriesClass · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected