• Open in:

Reversed Value Axis

In most common scenarios your line or column chart has a value axis that goes up from the bottom left corner (for positive values). But in some cases you may want to reverse this behavior. This demo shows you how to do it.

Key implementation details

Everything you need to enable this is included and there’s no need to do any tricks or “massage” your data. Just set inversed: true on the axis renderer and it will take care of the rest.

Related tutorials

Demo source