Change Legend Name to the Name of the Query


I am trying to configure the legend to show the name of the Query
image
But none of the variables actually display anything other than “value”
What I have tried so far:
${__field.name}
{{source_id}}
${__field.labels.__values}
${__field.labels.name}
${__series.name}

I ended up using an override:

1 Like