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

Method setVisual

src/data/Tree.ts:256–259  ·  view source on GitHub ↗
(key: string | Dictionary<any>, value?: any)

Source from the content-addressed store, hash-verified

254 setVisual(key: string, value: any): void;
255 setVisual(obj: Dictionary<any>): void;
256 setVisual(key: string | Dictionary<any>, value?: any) {
257 this.dataIndex >= 0
258 && this.hostTree.data.setItemVisual(this.dataIndex, key as any, value);
259 }
260
261 /**
262 * Get item visual

Callers

nothing calls this directly

Calls 1

setItemVisualMethod · 0.80

Tested by

no test coverage detected