Labels on X-Axis bar graph Grafana

Viewed 2259

enter image description here

Is there a way to add labels to the X-Axis on a bar graph in Grafana or am I simply doing it wrong?

EDIT To clarify, the labels should be values from the lob field of my table.

1 Answers

You need to put ${__cell_0} in "Display name":

Grafana x-lablel modification

Related