Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adjust Y axis steps

Tags:

grafana

I’m pretty sure that I have been able to set Y axis steps in Grafana in the past. Now I just spun up a new version 8 instance and it seems impossible to tweak the Y axis except for min/max. Is this correct or am I just a clown?

So, I have this new Grafana 8 “Time series” showing number of automated builds a given day. This is will always integer numbers in the range of 0 to 5 or something. Problem is that the Y scale in the graph shows fractions and that is really not that relevant and clutters the graph.

enter image description here

like image 699
chaitanya gupta Avatar asked Sep 06 '25 02:09

chaitanya gupta


1 Answers

In the panel settings under Axes you can set the Decimals to 0. That should remove the fractions from your displayed graph.

AFAIK there is no possibility to adjust the y-axis steps themselves.

like image 181
dnnshssm Avatar answered Sep 11 '25 20:09

dnnshssm