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

Function setVisual

src/data/Graph.ts:572–575  ·  view source on GitHub ↗
(this: Host, key: string | Dictionary<any>, value?: any)

Source from the content-addressed store, hash-verified

570 },
571 // TODO: TYPE stricter type.
572 setVisual(this: Host, key: string | Dictionary<any>, value?: any) {
573 this.dataIndex >= 0
574 && this[hostName][dataName].setItemVisual(this.dataIndex, key as any, value);
575 },
576
577 getVisual(this: Host, key: string) {
578 return this[hostName][dataName].getItemVisual(this.dataIndex, key as any);

Callers

nothing calls this directly

Calls 1

setItemVisualMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…