- What Grafana version and what operating system are you using?
v10.0.3
- What are you trying to achieve?
I want to use the query name as the display name for each bar. It sort of works using ${__series.name} but wraps the name e.g. “Series(A)” instead of just “A”
- How are you trying to achieve it?
By using ${__series.name}
- What happened?
Bar was labelled “Series(A)”
- What did you expect to happen?
Bar labelled “A”
-
Can you copy/paste the configuration(s) that you are having problems with?
-
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
-
Did you follow any online instructions? If so, what is the URL?