Grafana v11.1.4 (2355de00c6) (running inside a docker container)
I would like instead of using the x axis for the time to place the field name below each corresponding bar. So that the user can automatically recognize which bar is for which sensor value.
Instead of the time I would like to place the names of the Values (BME280_Humidity, BME280_pressure and BME280_Temperature) below the corresponding bars.
For that I think you will need to sacrifice/drop your ‘_time’ column (at the end of your query) above the yield field. Otherwise it’s not going to work.
See my table structure it doesn’t show the ‘headers’ but the values from the rows.
Maybe you can map another column “sensor type” with value/name of your headers “ BME280_Humidity” etc and after that you can use pivot