This sample visualizes the maximum and minimum temperatures of different months with default range area series in the chart. Zoom the chart to check the temperature for week or day.
In this example, you can see how to render and configure the range area type charts.
You can use border
, fill
properties to customize the vertical rect. dataLabel
is 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 RangeArea series, we need to inject
RangeAreaSeries
module into services
.
More information on the range area series can be found in this documentation section.