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

Method getValue

src/data/Tree.ts:211–214  ·  view source on GitHub ↗
(dimension?: DimensionLoose)

Source from the content-addressed store, hash-verified

209 }
210
211 getValue(dimension?: DimensionLoose): ParsedValue {
212 const data = this.hostTree.data;
213 return data.getStore().get(data.getDimensionIndex(dimension || 'value'), this.dataIndex);
214 }
215
216 setLayout(layout: any, merge?: boolean) {
217 this.dataIndex >= 0

Callers

nothing calls this directly

Calls 3

getStoreMethod · 0.80
getDimensionIndexMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected