Example of Range Column in Javascript Chart Control

/
/
Range Column

This range column chart example visualizes the maximum and minimum temperatures for a week in different countries with the default range column series

More Details...

Description

In this example, you can see how to render and configure the range column chart. The range column chart is used to display a range of data by plotting two y-values per data point. The two y-values are used as the upper and lower bounds of a column. 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 range column series, we need to inject RangeColumnSeries module using chart.Inject(RangeColumnSeries) method. More information on the range column series can be found in this documentation section.