Class Condition

    • Constructor Detail

      • Condition

        public Condition()
    • Method Detail

      • getCallback

        public String getCallback()
      • setCallback

        public void setCallback​(String _fn_callback)
      • setMaxHeight

        public void setMaxHeight​(Number maxHeight)
        The responsive rule applies if the chart height is less than this.
      • setMaxWidth

        public void setMaxWidth​(Number maxWidth)
        The responsive rule applies if the chart width is less than this.
      • setMinHeight

        public void setMinHeight​(Number minHeight)
        The responsive rule applies if the chart height is greater than this.

        Defaults to: 0

      • setMinWidth

        public void setMinWidth​(Number minWidth)
        The responsive rule applies if the chart width is greater than this.

        Defaults to: 0