Dashboards as user-friendly as possible?

"Greetings :slight_smile: . To provide better context: my source is INFLUXDB, and the data originates from the Factory Talk Edge Gateway. The data is stored in a very simple way, just with the TAG and the value, in the following format:

(time;tag;value)

I achieved the following result:

But now I need to make it as user-friendly as possible. Is there any plugin or way for me to feed it with a database of the type (tag, description), and have Grafana replace it in the legend? Or some other idea? Thanks :slight_smile:

In Grafana you can configure Display name.

Display name

For example, if you specify
${__field.labels.X}
in the Display name field, tag X will be displayed in Legend.