Any way hiding non Integer Values?

Im using Trend Visualization.

Later the plan is replacing the Numbers 1 to 12 with Jan, Feb, etc.

But how can I hide als these Values between Integer Numbers like 1.25?

Using Decimals=0 will just replace 1.25 with 1. But I only want the Numbers 1 to 12 and nothing else and each number only showing exaclty one time..

How can I do this?


try this
or

but have -ve value i was try all the ways but not remove -ve value in visualizaton for better visualiztion you logarithmic.
Thanks

1 Like

I tried set decimals to 7. So there is no room for grafana put something between 2 Numbers, and then use Value mapping.

But I dont really like it :frowning:

With Bar Charts it is very easy but why not possible with “Trends”.

Its just replacing these Bars with Lines…

All it needs is additional to “Decimals” having an option “Only show Integer Values” or “Min steps between Numbers: 1.0”

Decimals=0 might end up with having 1 1 2 2 2 2 3 3 3 3 ….

1 Like

yes i try this this same output show 1 1 2 2 … and so on that why i suggest above solution.