fix: correct legendFormat syntax for variable interpolation in authentication dashboard
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
d3e50d6e99
commit
7b4dd7ded7
@ -266,7 +266,7 @@ data:
|
||||
"format": "time_series",
|
||||
"interval": "",
|
||||
"intervalFactor": 1,
|
||||
"legendFormat": "{{ status }}",
|
||||
"legendFormat": "{{ `{{ status }}` }}",
|
||||
"range": true,
|
||||
"refId": "A"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user