THANK YOU!! the grafana team
I am using Grafana v11.2.0 in docker.
The data base is influxdb and language in flux.
I display some of data in both table panel and Time series panel. The data with more than 3 valuable digit, are rounded in table panel, but not round in Time series panel
for example when one of field’s value is 7.6, it display without rounding. but when it’s value is 125.6, it displayed 126. it round even when I convert it to string,
How could prevent rounding and display original value in table panel?