Label placement using too much space

I’m using Grafana cloud and trying to display a time series chart with three metrics. Two of these are in the same range, hence I want these to be shown on the same Y-axis (left) and the third on the right Y-axis.

In order to achieve this I have created an override for the third metric and then setting the ‘axis placement’ either right og left.

Setting the axis placement to left gives me this:

But switching to right (which is what I want) gives me this:

As seen in the second figure, multiple lines are used to display the label. Hence, less space for the chart itself.

How can I force the labels to only occupy one line?

try adjusting the placement

Thanks for the suggestion. Unfortunately it did not change to the better.

To save space I have removed the decimals from the numbers in the labels. Now all three values fit in one line. Not an optimal solution, but acceptable.

1 Like