Would there be a way to set the number of decimals displayed for the value on a tooltip?
Currently, it looks as if it rounds the value and shows an integer in the tooltip.
A snipet from my Postgres data source table: (plotting only ‘time’ and ‘value’)
time | ntime | value | value32 | visible
---------------------+------------------+--------------+------------+---------
2023-12-12 21:58:55 | 45272.9159143519 | 102.3125 | 102-10 | f
2023-12-12 21:58:55 | 45272.9159143519 | 101.90625 | 101-29 | f
2023-12-12 21:58:55 | 45272.9159143519 | 102.3125 | 102-10 | f
2023-12-12 21:58:55 | 45272.9159143519 | 101.91015625 | 101-29 1/8 | f
2023-12-12 21:57:52 | 45272.9151851852 | 101.90625 | 101-29 | f
2023-12-12 21:57:52 | 45272.9151851852 | 101.90234375 | 101-28 7/8 | f
-
What Grafana version and what operating system are you using? 9.2.3 / windows 10
-
What are you trying to achieve? unrounded display of value in tooltop
-
How are you trying to achieve it? i’m not
-
What happened? nothing different
-
What did you expect to happen? nothing, couldn’t find the option
-
Can you copy/paste the configuration(s) that you are having problems with?
-
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
-
Did you follow any online instructions? If so, what is the URL?
Time series | Grafana documentation