mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
FieldConfig: support overrides model (#20986)
This commit is contained in:
@@ -28,7 +28,7 @@ Object {
|
||||
],
|
||||
"unit": "watt",
|
||||
},
|
||||
"override": Object {},
|
||||
"overrides": Array [],
|
||||
"values": false,
|
||||
},
|
||||
"orientation": "vertical",
|
||||
|
||||
@@ -35,7 +35,7 @@ export const standardFieldDisplayOptions: FieldDisplayOptions = {
|
||||
],
|
||||
mappings: [],
|
||||
},
|
||||
override: {},
|
||||
overrides: [],
|
||||
};
|
||||
|
||||
export const defaults: StatPanelOptions = {
|
||||
|
||||
Reference in New Issue
Block a user