mirror of
https://github.com/grafana/grafana.git
synced 2025-09-19 00:01:03 +08:00
FieldOverides: apply field overrides based on configuration (#22047)
* test apply * test apply * Move standard field config editor registry to grafana-data * merge master * Apply field config defaults * Make field and dataFrameIndex optional on on FieldOverrideContext * Apply custom field config overrides * Gauge - make sure thresholds are set * Move series and field scoped vars calculation * Enable template variables interpolation in title fields * Expose standars field configs from grafana ui via function * Add missing option to the config for the min value to be derived from field values * Fix ts issue Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
This commit is contained in:
@ -63,7 +63,12 @@ module.exports = (env = {}) =>
|
||||
modules: false,
|
||||
},
|
||||
],
|
||||
'@babel/preset-typescript',
|
||||
[
|
||||
'@babel/preset-typescript',
|
||||
{
|
||||
allowNamespaces: true,
|
||||
},
|
||||
],
|
||||
'@babel/preset-react',
|
||||
],
|
||||
},
|
||||
|
Reference in New Issue
Block a user