Grafana shows negative values with negative sign on the wrong side

I’m new to grafana and find this very confusing. I’ve added simple data to influxdb:

If i now query the data in grafana, the negative sign for value (float type) is on the right side:

The raw data seems to be OK:

I’m using Grafana and InfluxDB cloud (v3).

It’s a bug with Grafana when the column is right aligned, apparently browsers are a little inconsistent about how they handle certain CSS alignment instructions. Table: Negative numbers displayed with minus after digits when using data links · Issue #94821 · grafana/grafana

1 Like


after adding data links negative sign wrong side , using add override select you field or colum then change the unit like this

in my case after change the unit in number the negative sign place right side. try to change the unit and see the result.