Example of Spline Area in Javascript Chart Control

/
/
Spline Area

This Spline Area Chart example visualizes inflation rate comparison for two countries by using spline area series.

More Details...

Description

In this example, you can see how to render and configure a spline area chart. This chart plots a fitted curve through each data point in a series. It is used to represent time-dependent data and show trends in data at equal intervals. Injecting Module Chart component features are segregated into individual feature-wise modules. To use spline area series, we need to inject SplineAreaSeries module using Chart.Inject(SplineAreaSeries) method. More information on the spline area series can be found in this documentation section.