Add precision for displaying values in graph panels

Hi,
In graph panels values are shown as having 3 digit precision. Is it possible to change that ?
for example : when the value is an integer = 4, I would like to see 4 in the graph and not 4.000 as it is displayed actually in GRAFANA 6.5.1.
Regards.

Hi,
In graph panels values are shown as having 3 digit precision. Is it
possible to change that ?

Yes - under Axes you have a Decimals setting, which by default is “auto”. Set
that to the number of decimal places you want displayed.

for example : when the value is an integer = 4,
I would like to see 4 in the graph and not 4.000 as it is displayed
actually in GRAFANA 6.5.1.

In that case you would set Decimals = 0.

Regards,

Antony.

How to show total 4499 instead of 4.499K
image

Is there a way to dispaly values on bars or on top of bars?

Yes , Edit your bar panel and open visualization. you can see Axes section in visualization there by default short unit is selected change short to none. then actual value will be visible instead of 4.6k

Thank You! worked just perfect! Weird, that by default “short” is set.

hi all,

i’m trying to build a graph based on exchange rate.
Exchange rate is stored with comma in sql (4,4912) but in grafana i cannot put it like that in left y. So , my graph is…a straight line interpreted as 4.
tried with misc-locale but not succeeded. Anyone with another idea?