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

Function value

src/chart/custom/CustomView.ts:760–763  ·  view source on GitHub ↗

* @public * @param dim by default 0. * @param dataIndexInside by default `currDataIndexInside`.

(dim?: DimensionLoose, dataIndexInside?: number)

Source from the content-addressed store, hash-verified

758 * @param dataIndexInside by default `currDataIndexInside`.
759 */
760 function value(dim?: DimensionLoose, dataIndexInside?: number): ParsedValue {
761 dataIndexInside == null && (dataIndexInside = currDataIndexInside);
762 return data.getStore().get(data.getDimensionIndex(dim || 0), dataIndexInside);
763 }
764
765 /**
766 * @public

Callers

nothing calls this directly

Calls 3

getStoreMethod · 0.80
getDimensionIndexMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…