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.
Optional
Number of interpolated coordinates between two real data points.
Defaults to 20.
20
Identifier for spline preprocessing.
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:
NOTE: Curve preprocessing is only supported for progressive data patterns. See dataPattern for more information.