fix: correct legendFormat syntax for variable interpolation in authentication dashboard

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-03-18 00:13:34 +08:00
parent d3e50d6e99
commit 7b4dd7ded7

View File

@ -266,7 +266,7 @@ data:
"format": "time_series",
"interval": "",
"intervalFactor": 1,
"legendFormat": "{{ status }}",
"legendFormat": "{{ `{{ status }}` }}",
"range": true,
"refId": "A"
}