Example of Inversed Range Column in Javascript Chart Control

/
/
Inversed Range Column

This sample visually represents changes in visa-free access for various countries using an inverted Range Column chart. It highlights the countries that have experienced the most significant increases and decreases over the past decade.

More Details...

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 inject RangeColumnSeries module using chart.Inject(RangeColumnSeries) method. More information on the column series can be found in this documentation section.