FieldConfig: support overrides model (#20986)

This commit is contained in:
Ryan McKinley
2019-12-12 14:55:30 -08:00
committed by GitHub
parent 1f73e2aadf
commit 1aa39ee458
12 changed files with 418 additions and 129 deletions

View File

@@ -28,7 +28,7 @@ Object {
],
"unit": "watt",
},
"override": Object {},
"overrides": Array [],
"values": false,
},
"orientation": "vertical",

View File

@@ -35,7 +35,7 @@ export const standardFieldDisplayOptions: FieldDisplayOptions = {
],
mappings: [],
},
override: {},
overrides: [],
};
export const defaults: StatPanelOptions = {