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

Method getRawValue

src/chart/map/MapSeries.ts:202–207  ·  view source on GitHub ↗
(dataIndex: number)

Source from the content-addressed store, hash-verified

200 // }
201
202 getRawValue(dataIndex: number): ParsedValue {
203 // Use value stored in data instead because it is calculated from multiple series
204 // FIXME Provide all value of multiple series ?
205 const data = this.getData();
206 return data.get(data.mapDimension('value'), dataIndex);
207 }
208
209 /**
210 * Get model of region

Callers 12

formatTooltipMethod · 0.95
formatTooltipMethod · 0.45
_renderOnGridLikeMethod · 0.45
_updateCommonStlMethod · 0.45
wrapTreePathInfoFunction · 0.45
updateStyleFunction · 0.45
_endLabelOnDuringMethod · 0.45
formatTooltipMethod · 0.45
renderSeriesMethod · 0.45
formatTooltipFunction · 0.45
dataEachFunction · 0.45

Calls 3

mapDimensionMethod · 0.80
getDataMethod · 0.65
getMethod · 0.45

Tested by

no test coverage detected