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

Method getVisual

src/data/SeriesData.ts:1161–1164  ·  view source on GitHub ↗

* Get visual property.

(key: K)

Source from the content-addressed store, hash-verified

1159 * Get visual property.
1160 */
1161 getVisual<K extends keyof Visual>(key: K): Visual[K] {
1162 const visual = this._visual as Visual;
1163 return visual && visual[key];
1164 }
1165
1166 /**
1167 * Set visual property

Callers 2

getItemVisualMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected