I have a graph in Grafana that gives a total count.
I’m trying to find a way that when the cursor hovers above a data-point
I won’t see the value as 9.96 Mil, but as the actual exact decimal number.
Is there a way to do that in Grafana (v7.5.7)?
I have a graph in Grafana that gives a total count.
I’m trying to find a way that when the cursor hovers above a data-point
I won’t see the value as 9.96 Mil, but as the actual exact decimal number.
Is there a way to do that in Grafana (v7.5.7)?
You will need to adjust the standard options inside the panel editor. This appears to work in the newest grafana. Here is a sample dashboard:
https://play.grafana.org/d/2PYRaru7z/large-decimal-in-tooltip-with-unit?orgId=1&editPanel=2
At least in Grafana 8.3.1, it worked for me to change the Unit
from short
to none
to stop Grafana from abbreviating (in tooltip and axis labels). Removing the unit might be not what you want though.