Class Threshold

java.lang.Object
org.patternfly.chart.Threshold

@JsType(isNative=true, namespace="<global>", name="Object") public class Threshold extends Object
  • Field Details

    • value

      public double value
    • color

      public String color
  • Constructor Details

    • Threshold

      public Threshold()
  • Method Details

    • threshold

      @JsOverlay public static Threshold threshold(double value)
    • threshold

      @JsOverlay public static Threshold threshold(double value, String color)