I am using Grafana 8.05 to plot some data from SQL Server data source.
I am using a Time Series Panel to plot Integer (bigint) data.
Is there a way to fix the Y axis interval between ticks (not only the max and min ranges)?
Thanks.
This is currently not possible, but you can follow up this discussion on this topic:
Is there a way to update the Y axis ticks interval??
I tested this on Grafana 12.4.2, and the time series panel still don’t provide built-in way to set a fixed Y-axis tick interval.
Min and Max only constrain the axis range → they don’t control tick spacing. Grafana still picks the tick interval automatically based on the data range and panel size. Even with Min=137 and Max=892 set explicitly, Grafana still chose its own tick spacing.
So there’s currently no built-in setting to specify a fixed Y-axis tick interval like “show a tick every 50 (or X) units.”

