mirror of
https://github.com/grafana/grafana.git
synced 2026-08-10 05:08:16 -05:00
TimeSeriesPanel: Fixed default value for gradientMode (#30484)
This commit is contained in:
@@ -89,7 +89,7 @@ export function getGraphFieldConfig(cfg: GraphFieldConfig): SetFieldConfigOption
|
||||
.addRadio({
|
||||
path: 'gradientMode',
|
||||
name: 'Gradient mode',
|
||||
defaultValue: graphFieldOptions.fillGradient[0],
|
||||
defaultValue: graphFieldOptions.fillGradient[0].value,
|
||||
settings: {
|
||||
options: graphFieldOptions.fillGradient,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user