MCPcopy Index your code
hub / github.com/apache/echarts / retrieveValue

Method retrieveValue

src/data/helper/transform.ts:148–150  ·  view source on GitHub ↗

* Only support by dimension index. * No need to support by dimension name in transform function, * because transform function is not case-specific, no need to use name literally.

(dataIndex: number, dimIndex: DimensionIndex)

Source from the content-addressed store, hash-verified

146 * because transform function is not case-specific, no need to use name literally.
147 */
148 retrieveValue(dataIndex: number, dimIndex: DimensionIndex): OptionDataValue {
149 return;
150 }
151
152 retrieveValueFromItem(dataItem: DataTransformDataItem, dimIndex: DimensionIndex): OptionDataValue {
153 return;

Callers 4

travelFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected