mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
State Timeline: Fix Null Value Filling and Value Transformation (#50054)
This commit is contained in:
@@ -181,6 +181,13 @@ export interface FieldState {
|
||||
* This is only related to the cached displayName property above.
|
||||
*/
|
||||
multipleFrames?: boolean;
|
||||
|
||||
/**
|
||||
* Boolean value is true if a null filling threshold has been applied
|
||||
* against the frame of the field. This is used to avoid cases in which
|
||||
* this would applied more than one time.
|
||||
*/
|
||||
nullThresholdApplied?: boolean;
|
||||
}
|
||||
|
||||
/** @public */
|
||||
|
||||
Reference in New Issue
Block a user