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
Build this chart with AI
The prompt below can be used to build this chart with AI. For best coding results, use the most advanced AI models, like Claude Opus 4.6 and GPT-5.3-Codex. For more info and tips, check out amCharts AI docs.
Create a multi-series line chart for Italy, Germany, and UK across years 1930-1978 (4-year intervals) on a category X-axis. Invert the Y-axis so lower values appear at top (ranking style). Display circular markers and an interactive legend that highlights the hovered series. Include an XY cursor with horizontal tooltips, minor grid lines, horizontal scrollbar, pan/zoom, and entrance animation. Use amCharts 5 library.
Demo source