Skip to content

Threshold🔗

User-defined value for a metric that triggers visual changes in a panel when this value is met or exceeded

They are used to conditionally style and color visualizations based on query results , and can be applied to most visualizations.

Definition🔗

public class Threshold {
  public Double value;
  public String color;
}