Packages

object Plot

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

Type Members

  1. trait CallbackFn extends Object

    Call back type, opaque.

    Call back type, opaque. See OnCallback.

    Annotations
    @JSType()
  2. trait Props extends Object with PropsBase
    Annotations
    @JSType()
  3. trait PropsBase extends Object
    Annotations
    @JSType()
  4. trait PropsInit extends Object with PropsBase
    Annotations
    @JSType()

Value Members

  1. def OnCallback(f: (Object, Div) => Unit): Function2[Object, Div, Unit]
  2. def apply(props: Props): ReactElement
  3. object JS extends Object with ReactJSComponent
    Annotations
    @native() @JSImport("react-plotly.js", JSImport.Default)
  4. object PropsInit