MCPcopy
hub / github.com/apache/echarts / getMainMapSeries

Function getMainMapSeries

src/chart/map/MapSeries.ts:388–391  ·  view source on GitHub ↗
(mapSeriesGroup: MapSeriesGroup)

Source from the content-addressed store, hash-verified

386}
387
388export function getMainMapSeries(mapSeriesGroup: MapSeriesGroup): MapSeries | NullUndefined {
389 // The first series after filtering in a MAP_SERIES_GROUP.
390 return mapSeriesGroup.f[0];
391}
392
393
394/**

Callers 4

_renderSymbolsMethod · 0.90
mapSymbolLayoutFunction · 0.90
mapDataStatisticFunction · 0.90
mapSeriesNeedsDrawMapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…