Example of Spline in Javascript Chart Control

/
/
Spline

This sample demonstrates polar series with spline type for the microphone type data. The switching between polar and radar series can be done by using Series Type in property panel.

More Details...

Series Type:
Description

In this example, you can see how to render and configure the spline type charts. Spline chart connects each point in series through a curved line. You can use dashArray, width, fill properties to customize the spline. marker and dataLabel are used to represent individual data and its value. Tooltip is enabled in this example, to see the tooltip in action, hover a point or tap on a point in touch enabled devices. Injecting Module Chart component features are segregated into individual feature-wise modules. To use spline drawtype in Polar series and Radar series, we need to inject PolarSeries, RadarSeries and SplineSeries module using Chart.Inject(PolarSeries, RadarSeries, SplineSeries) method. More information on the polar and radar series with a spline type can be found in this documentation section.