Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Labels on X-Axis bar graph Grafana

Tags:

sql

grafana

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.

like image 849
Tim Griffith Avatar asked Oct 17 '25 21:10

Tim Griffith


1 Answers

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

Grafana x-lablel modification

like image 58
Guillaume P Avatar answered Oct 19 '25 12:10

Guillaume P