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

Function getValue

src/data/Graph.ts:567–570  ·  view source on GitHub ↗

* @param Default 'value'. can be 'a', 'b', 'c', 'd', 'e'.

(this: Host, dimension?: DimensionLoose)

Source from the content-addressed store, hash-verified

565 * @param Default 'value'. can be 'a', 'b', 'c', 'd', 'e'.
566 */
567 getValue(this: Host, dimension?: DimensionLoose): ParsedValue {
568 const data = this[hostName][dataName];
569 return data.getStore().get(data.getDimensionIndex(dimension || 'value'), this.dataIndex);
570 },
571 // TODO: TYPE stricter type.
572 setVisual(this: Host, key: string | Dictionary<any>, value?: any) {
573 this.dataIndex >= 0

Callers 2

pruneTicksByBreakFunction · 0.85
evaluateMethod · 0.85

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…