I have this Grafana dashboard time series visualization panel showing me data from a temperature + humidity sensor, and I’m mostly happy with it.
Though one thing that annoys me because I find it potentially confusing is the different ordering between the legend and the axis for the temperature & humidity variables:
Two variables have their axis on the left side: (from left to right) temperature & relative humidity. Both those variables are to my satisfaction listed first in the left half of the “bottom” legend, sadly in reverse ordering: rel. humidity & temperature.
I would like to keep the legend “bottom” setting since I like how it shows me what variables have their axis on the left and which on the right. But I’d like it even more if the axis and legends could be ordered consistently. Is this possible using Grafana and if so, how can I achieve that?
My setup:
grafana-server Version 12.0.1 (commit: 80658a73c5355e3ed318e5e021c0866285153b57, branch: HEAD)
Linux Mint 22.1 Xia, based on Ubuntu 24.04 (Noble Numbat)
Thank you for this beautiful software and any responses you might have for me!