Interface which can be used to describe a preprocessing mode for Spline series. This is a variant of line series, where the transitions between data points are interpolated with bezier curves.

Used with setCurvePreprocessing method:

 // Example
PointLineAreaSeries.setCurvePreprocessing({ type: 'spline' })

NOTE: Curve preprocessing is only supported for progressive data patterns. See dataPattern for more information.

Hierarchy

  • CurvePreprocessingSpline

Properties

Properties

resolution?: number

Number of interpolated coordinates between two real data points.

Defaults to 20.

type: "spline"

Identifier for spline preprocessing.