• Open in:

Horizontally Stacked Axes

Similarly to vertically stacked axes you can stack them horizontally. It’s a single XY chart with one shared Y axis and multiple value axes. Instead of arranging them one under another we arrange them horizontally. You can specify custom width for each of the axes if you don’t want them to be of the same width.

For more gritty details about stacked, examples, and code visit this tutorial.

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 single chart with three horizontally stacked axes sharing one category axis. Generate random data for approximately 19 people with three values at different scales (around 20, 200, and 2000). Render one column series and two line series with circular bullets, each bound to its own axis. Add spacing between the axes. Add an interactive crosshair cursor for tooltip display on hover. Enable axis panning, mouse-wheel zoom, and pinch-zoom support. Animate on load. Use amCharts 5 library.

Demo source