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

Function makeSeriesScope

src/chart/parallel/ParallelView.ts:200–207  ·  view source on GitHub ↗
(seriesModel: ParallelSeriesModel)

Source from the content-addressed store, hash-verified

198}
199
200function makeSeriesScope(seriesModel: ParallelSeriesModel): ParallelDrawSeriesScope {
201 let smooth = seriesModel.get('smooth', true);
202 smooth === true && (smooth = DEFAULT_SMOOTH);
203 smooth = numericToNumber(smooth);
204 eqNaN(smooth) && (smooth = 0);
205
206 return { smooth };
207}
208
209function updateElCommon(
210 el: graphic.Polyline,

Callers 2

renderMethod · 0.70
incrementalRenderMethod · 0.70

Calls 2

numericToNumberFunction · 0.90
getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…