Example of Inversed Range Column in React Chart Component

/
/
RangeBar

This sample shows the maximum and minimum temperatures for several months with the default range column series inverted. The tooltip shows the information for each data point.

More Details...

Loading....
Description

In this example, you can see how to render and configure the range column chart in an inverted manner. You can use IsTransposed property to invert your chart.

Tooltips are 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 range column series, we need to Injecting RangeColumnSeries module into services.

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