p

plotlyjs

package plotlyjs

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

Type Members

  1. trait Align extends Any
    Annotations
    @JSType() @native()
  2. trait Axis extends Object
    Annotations
    @JSType() @jsenrich()
  3. trait AxisType extends Any
    Annotations
    @JSType() @native()
  4. trait BarMode extends Any
    Annotations
    @JSType() @native()
  5. trait BarNorm extends Any
    Annotations
    @JSType() @native()
  6. trait BarTrace extends Object with Data
    Annotations
    @JSType()
  7. trait BoxMode extends Any
    Annotations
    @JSType() @native()
  8. trait Calendar extends Any
    Annotations
    @JSType() @native()
  9. type Color = |[String, Int]
  10. trait ColorAxis extends Object
    Annotations
    @JSType()
  11. trait ColorBar extends Object
    Annotations
    @JSType()
  12. trait ColorScale extends Object
    Annotations
    @JSType() @jsenrich()
  13. type ColorScaleItem = Tuple2[Double, String]
  14. trait Config extends Object
    Annotations
    @JSType() @jsenrich()
  15. trait Constrain extends Any
    Annotations
    @JSType() @native()
  16. trait ConstrainToward extends Any
    Annotations
    @JSType() @native()
  17. trait Data extends Object with Trace
    Annotations
    @JSType()
  18. type Datum = |[|[|[|[Double, Int], String], Date], Null]
  19. type DatumArray = Array[Datum]

    List of Datums

  20. trait Domain extends Object
    Annotations
    @JSType()
  21. trait DragMode extends Any
    Annotations
    @JSType() @native()
  22. trait ExponentFormat extends Any
    Annotations
    @JSType() @native()
  23. trait Font extends Object
    Annotations
    @JSType() @jsenrich()
  24. trait Frame extends Object
    Annotations
    @JSType() @jsenrich()
  25. trait Grid extends Object
    Annotations
    @JSType()
  26. trait HoverLabel extends Object
    Annotations
    @JSType()
  27. trait HoverMode extends Any
    Annotations
    @JSType() @native()
  28. trait Layer extends Any
    Annotations
    @JSType() @native()
  29. trait Layout extends Object
    Annotations
    @JSType() @jsenrich()
  30. trait LenMode extends Any
    Annotations
    @JSType() @native()
  31. trait Margin extends Object
    Annotations
    @JSType()
  32. trait Mirror extends Any
    Annotations
    @JSType() @native()
  33. trait Mode extends Any
    Annotations
    @JSType() @native()
  34. trait Ordering extends Any
    Annotations
    @JSType()
  35. trait Pattern extends Any
    Annotations
    @JSType() @native()
  36. trait PlotCoordinate extends Object
    Annotations
    @JSType() @native()
  37. trait PlotDatum extends Object
    Annotations
    @JSType()
  38. trait PlotMouseEvent extends Object
    Annotations
    @JSType() @native()
  39. trait PlotScatterDataPoint extends Object
    Annotations
    @JSType()
  40. trait PlotSelectionEvent extends Object
    Annotations
    @JSType() @native()
  41. trait PlotType extends Any
    Annotations
    @JSType() @native()
  42. trait PlotlyHTMLElement extends Element
    Annotations
    @JSType() @native()
  43. trait Point extends Object
    Annotations
    @JSType() @jsenrich()
  44. trait RangeMode extends Any
    Annotations
    @JSType() @native()
  45. type Root = |[String, Element]
  46. trait RowOrder extends Any
    Annotations
    @JSType() @native()
  47. trait SelectDirection extends Any
    Annotations
    @JSType() @native()
  48. trait SelectionRange extends Object
    Annotations
    @JSType() @native()
  49. trait ShowExponent extends Any
    Annotations
    @JSType() @native()
  50. trait ShowTickPrefix extends Any
    Annotations
    @JSType() @native()
  51. trait Side extends Any
    Annotations
    @JSType() @native()
  52. trait SpikeSnap extends Any
    Annotations
    @JSType() @native()
  53. trait ThicknessMode extends Any
    Annotations
    @JSType() @native()
  54. trait Tick extends Any
    Annotations
    @JSType() @native()
  55. trait TickFormatStops extends Object
    Annotations
    @JSType() @jsenrich()
  56. trait TickMode extends Any
    Annotations
    @JSType() @native()
  57. trait TickTitle extends Object
    Annotations
    @JSType() @jsenrich()
  58. trait TicksOn extends Any
    Annotations
    @JSType() @native()
  59. trait Title extends Object
    Annotations
    @JSType() @jsenrich()
  60. trait Trace extends Object
    Annotations
    @JSType()
  61. trait Transition extends Object
    Annotations
    @JSType()
  62. trait UniformText extends Object
    Annotations
    @JSType() @jsenrich()
  63. trait XSide extends Any
    Annotations
    @JSType() @native()
  64. trait YSide extends Any
    Annotations
    @JSType() @native()

Value Members

  1. def datumArray(args: Datum*): Array[Datum]

    Create a datum array.

  2. val emptyDatumArray: DatumArray
  3. def traces(traces: Trace*): Array[Trace]

    Helper to create traces array.

  4. object Align
  5. object AxisType
  6. object BarMode
  7. object BarNorm
  8. object BoxMode
  9. case object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  10. object Calendar
  11. object Constrain
  12. object ConstrainToward
  13. object DragMode
  14. object ExponentFormat
  15. object HoverMode
  16. object Layer
  17. object LenMode
  18. object Mirror
  19. object Mode
  20. object Ordering
  21. object Pattern
  22. object PlotType
  23. object RangeMode
  24. object RowOrder
  25. object SelectDirection
  26. object ShowExponent
  27. object ShowTickPrefix
  28. object Side
  29. object SpikeSnap
  30. object ThicknessMode
  31. object Tick
  32. object TickMode
  33. object TicksOn
  34. object XSide
  35. object YSide
  36. object module extends Object
    Annotations
    @native() @JSImport("plotly.js", JSImport.Namespace)

Inherited from AnyRef

Inherited from Any

Ungrouped