Example of Spline Range Area Functional in React Chart Component

/
/
SplineRangeArea

This sample shows the monthly difference in temperature between two different countries using the spline range area series in the chart.

More Details...

Loading....
Description

In this example, you can see how to render and configure the spline range area type chart. You can use border and fill properties to customize the spline range area. Both marker and dataLabel are used to represent individual data and its value.

Tooltips are enabled in this example. To see a tooltip in action, hover over or tap on the chart.

Injecting Module:

Chart component features are segregated into individual feature-wise modules. To use spline range area series, we need to inject SplineRangeAreaSeries module into services.

More information on the spline range area series can be found in this documentation section.