Multiple X Axes
Two or more aligned x-axes to compare different units or granularities in a single chart. Overlay temperature and humidity, or revenue and user count, on shared timelines.
Line Chart Types/Scales & Axes/Multiple X Axes
Two or more aligned x-axes to compare different units or granularities in a single chart. Overlay temperature and humidity, or revenue and user count, on shared timelines.
Multiple X-axes enable comparing datasets across different time periods or categorical scales on a single chart. Each series can be aligned to its own X-axis, allowing for temporal comparisons (e.g., year-over-year trends) or different categorical groupings while maintaining visual coherence.
x,y,series
2015-1,2.6,Precipitation(2015)
2015-2,5.9,Precipitation(2015)
2015-3,9.0,Precipitation(2015)
2015-4,26.4,Precipitation(2015)
2015-5,28.7,Precipitation(2015)
2015-6,70.7,Precipitation(2015)
2015-7,175.6,Precipitation(2015)
2015-8,182.2,Precipitation(2015)
2015-9,48.7,Precipitation(2015)
2015-10,18.8,Precipitation(2015)
2015-11,6.0,Precipitation(2015)
2015-12,2.3,Precipitation(2015)
2016-1,3.9,Precipitation(2016)
2016-2,5.9,Precipitation(2016)
2016-3,11.1,Precipitation(2016)
2016-4,18.7,Precipitation(2016)
2016-5,48.3,Precipitation(2016)
2016-6,69.2,Precipitation(2016)
2016-7,231.6,Precipitation(2016)
2016-8,46.6,Precipitation(2016)
2016-9,55.4,Precipitation(2016)
2016-10,18.4,Precipitation(2016)
2016-11,10.3,Precipitation(2016)
2016-12,0.7,Precipitation(2016)
How do multiple X-axes differ from overlaid series?
Multiple X-axes allow each series to have its own independent scale and labels, rather than forcing all series onto one shared X-axis. This is crucial for year-over-year comparisons where the actual dates differ but the patterns need to be visually aligned.
When should I use this instead of small multiples?
Use multiple X-axes when direct visual comparison of patterns is more important than reading exact values. Small multiples are better when each dataset needs its own dedicated space or when axes would become too cluttered.
Can this technique mislead viewers?
Yes, if not implemented carefully. Always use color coding to match series with their axes, provide clear labels, and ensure the axis positioning makes the data attribution obvious. Avoid using more than 2 X-axes to prevent confusion.