mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PanelConfig: Interpolate template vars for Axis label (#78086)
This commit is contained in:
parent
3b9886830e
commit
11bbf83f93
@ -43,6 +43,7 @@ export function addAxisConfig(
|
||||
defaultValue: '',
|
||||
settings: {
|
||||
placeholder: 'Optional text',
|
||||
expandTemplateVars: true,
|
||||
},
|
||||
showIf: (c) => c.axisPlacement !== AxisPlacement.Hidden,
|
||||
// Do not apply default settings to time and string fields which are used as x-axis fields in Time series and Bar chart panels
|
||||
|
Loading…
Reference in New Issue
Block a user