Packages

object XAxisBreaks

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XAxisBreaks
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(breakSize: UndefOr[Double] = js.undefined, from: UndefOr[Double] = js.undefined, repeat: UndefOr[Double] = js.undefined, to: UndefOr[Double] = js.undefined): XAxisBreaks

    breakSize

    A number indicating how much space should be left between the start and the end of the break. The break size is given in axis units, so for instance on a datetime axis, a break size of 3600000 would indicate the equivalent of an hour.

    from

    The point where the break starts.

    repeat

    Defines an interval after which the break appears again. By default the breaks do not repeat.

    to

    The point where the break ends.