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

Method clearAllVisual

src/data/SeriesData.ts:1266–1269  ·  view source on GitHub ↗

* Clear itemVisuals and list visual.

()

Source from the content-addressed store, hash-verified

1264 * Clear itemVisuals and list visual.
1265 */
1266 clearAllVisual(): void {
1267 this._visual = {};
1268 this._itemVisuals = [];
1269 }
1270
1271 /**
1272 * Set layout property.

Callers 2

updateVisualMethod · 0.80
seriesTaskResetFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected