I have timed data on Mysql with values in thousents that I set to “Currency/ Dolars ($)”.
Grafana for some reason, instead of displaying precise values of those values in Y access like
“$1100” or “$2500” it just displays “$1K”, “$2K”.
A graph that goes from bottom to top “2K,2K,2K,2K,3K,3K” is not very helpful. How can I enforce some precission and get at least “2100, 2200, 2300, 2400” etc.