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

Function getVisual

src/visual/visualSolution.ts:152–154  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

150 let dataIndex: number;
151
152 function getVisual(key: string) {
153 return getItemVisualFromData(data, dataIndex, key) as string | number;
154 }
155
156 function setVisual(key: string, value: any) {
157 setItemVisualFromData(data, dataIndex, key, value);

Callers

nothing calls this directly

Calls 1

getItemVisualFromDataFunction · 0.90

Tested by

no test coverage detected