Open in ClaudeOpen in ChatGPT

Overlapping Data Labels

Where data labels overlap in a chart, not all values can be shown. The values are still correct, only some of the labels are dropped.

Which label wins

In area charts and line charts, the sort order of the nodes decides which label wins. If a chart shows two nodes and node B is sorted above node A, the chart prioritizes node B’s label, so where labels collide only node B’s is shown.

A chart showing only node B's label where the two collide

This does not mean the numbers are wrong.

Reorder the nodes

To change the priority, reorder the nodes: in the Axes section of the chart editor, click the sort button next to the level the nodes sit on and drag them into the order you want. See Sorting Level Values.

Show a total instead

The other route is stack totals. Below, the Combined sum option shows the total of both nodes instead of the two colliding labels.

The same chart with a combined sum instead of colliding labels

Data behind both examples:

Node20212022
A40006000
B3050
Was this page helpful?