Packages

object Annotation extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Annotation
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(xref: Option[Ref], yref: Option[Ref], x: Option[Element], y: Option[Element], xanchor: Option[Anchor], yanchor: Option[Anchor], text: Option[Element], font: Option[Font], showarrow: Option[Boolean], ax: Option[Double], ay: Option[Double]): Annotation
  2. def apply(xref: Option[Ref], yref: Option[Ref], x: Option[Element], y: Option[Element], xanchor: Option[Anchor], yanchor: Option[Anchor], text: Option[Element], font: Option[Font], showarrow: Option[Boolean]): Annotation
  3. def apply(): Annotation

Deprecated Value Members

  1. def apply(xref: Ref = null, yref: Ref = null, x: Element = null, y: Element = null, xanchor: Anchor = null, yanchor: Anchor = null, text: Element = null, font: Font = null, showarrow: Boolean = null): Annotation
    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Use Annotation() and chain-call .with* methods on it instead