In Shopify Analytics, you can now overlay up to 4 metrics on a single line chart. And with the new "bar and line" visualization, you can compare a quantity like sales against a rate like conversion rate side by side on one chart.
Sales on one chart, conversion rate on another. To see how they moved together, you had to switch back and forth and overlay them in your head.
Overlay up to 4 metrics on the same chart and observe how their trends move together directly. You can also compare quantity-and-rate combinations on a single chart.
Using the checkboxes in the settings panel, add up to 4 metrics to a single line chart. Metrics with different value types (such as amounts and percentages) automatically get separate Y-axis scales .
One metric as a bar chart, the other as a line — a new visualization. Useful for "quantity and rate" combinations such as total sales × conversion rate.
| Item | Before | New feature |
|---|---|---|
| Metrics per chart | Basically 1 | Up to 4 Added to the line |
| Comparing metrics | By switching between charts | No switching Overlaid in a single chart |
| Metrics with different units ($ and %) | Separately, in different charts | Automatic dual axis A dedicated Y axis is added automatically |
| Volume vs. rate comparison | — | Bar + line the new visualization |
| Choosing your metrics | Configured per chart | In the settings panel, checkboxes to add them |
You can overlay up to 4 metrics on the line chart. A 5th and beyond won't fit, so design your dashboards assuming you'll narrow down "which metrics go together."
The Y axis splits automatically based on "value type." Amounts go on one axis and rates on another by default. Mixing types creates separate scales, so you can intentionally mix types to make the chart easier to read.
Assigning volume (sales, counts) to bars and rates (conversion rate, return rate) to the line reads best. Rather than stacking metrics of the same kind, it's better suited to understanding the relationship between two metrics of different natures.
Adding metrics is a checkbox operation in the settings panel. Anyone can build it with no code, but if you want to preserve it as a reproducible definition, it's safer to lock it into a saved report or dashboard.
The original post only describes the display feature in the Analytics UI. There is no description of how ShopifyQL / Admin API handle this "multiple metrics in one chart," which is not stated. If you want to reproduce the same visualization with a BI tool or a BigQuery integration, design it assuming you'll build the two axes yourself on the query and rendering side.