We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d3fc1 commit 65bbaaaCopy full SHA for 65bbaaa
packages/grafana-ui/src/options/builder/axis.tsx
@@ -39,6 +39,7 @@ export function addAxisConfig(
39
defaultValue: '',
40
settings: {
41
placeholder: 'Optional text',
42
+ expandTemplateVars: true,
43
},
44
showIf: (c) => c.axisPlacement !== AxisPlacement.Hidden,
45
// Do not apply default settings to time and string fields which are used as x-axis fields in Time series and Bar chart panels
0 commit comments