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

Method _showEffect

src/chart/lines/LinesView.ts:197–199  ·  view source on GitHub ↗
(seriesModel: LinesSeriesModel)

Source from the content-addressed store, hash-verified

195 }
196
197 private _showEffect(seriesModel: LinesSeriesModel) {
198 return !!seriesModel.get(['effect', 'show']);
199 }
200
201 _clearLayer(api: ExtensionAPI) {
202 // Not use motion when dragging or zooming

Callers 2

renderMethod · 0.95
_updateLineDrawMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected