MCPcopy Create free account
hub / github.com/apache/echarts / getItemVisual

Method getItemVisual

src/visual/LegendVisualProvider.ts:62–66  ·  view source on GitHub ↗
(dataIndex: number, key: string)

Source from the content-addressed store, hash-verified

60 }
61
62 getItemVisual(dataIndex: number, key: string): any {
63 // Get encoded visual properties from final filtered data.
64 const dataWithEncodedVisual = this._getDataWithEncodedVisual();
65 return dataWithEncodedVisual.getItemVisual(dataIndex, key as any);
66 }
67}
68
69export default LegendVisualProvider;

Callers 4

decalVisualFunction · 0.45
setDecalFunction · 0.45
getItemVisualFromDataFunction · 0.45
overallResetFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected