Example of Range Area in React Chart Component

/
/
RangeArea

This React Range Area Chart example visualizes minimum and maximum temperatures of different days with default range area series.

More Details...

Loading....
Description

In this example, you can see how to render and configure the range area chart. This chart is used to display continuous data points as a set of lines varying between high and low values over time intervals and across different categories.



Injecting Module

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

More information about area type series can be found in this documentation section.