Example of undefined 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.

The 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 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.