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 Annotation extends Object with Label
    Annotations
    @JSType()
  3. trait Axis extends Object
    Annotations
    @JSType()
  4. type AxisRange = |[|[Date, String], Double]
  5. trait AxisType extends Any
    Annotations
    @JSType() @native()
  6. trait BarMode extends Any
    Annotations
    @JSType() @native()
  7. trait BarNorm extends Any
    Annotations
    @JSType() @native()
  8. trait BarTrace extends Object with Data
    Annotations
    @JSType()
  9. trait BoxMode extends Any
    Annotations
    @JSType() @native()
  10. trait Calendar extends Any
    Annotations
    @JSType() @native()
  11. type Color = |[String, Int]
  12. trait ColorAxis extends Object
    Annotations
    @JSType()
  13. trait ColorBar extends Object
    Annotations
    @JSType()
  14. trait ColorScale extends Object
    Annotations
    @JSType()
  15. type ColorScaleItem = Tuple2[Double, String]
  16. trait Config extends Object
    Annotations
    @JSType()
  17. trait Constrain extends Any
    Annotations
    @JSType() @native()
  18. trait ConstrainToward extends Any
    Annotations
    @JSType() @native()
  19. trait Dash extends Any
    Annotations
    @JSType() @native()
  20. trait Data extends Object with PlotData with Trace
    Annotations
    @JSType()
  21. trait DataTitle extends Object
    Annotations
    @JSType()
  22. type Datum = |[|[|[|[Double, Int], String], Date], Null]
  23. type DatumArray = Array[Datum]

    List of Datums

  24. trait Domain extends Object
    Annotations
    @JSType()
  25. trait DragMode extends Any
    Annotations
    @JSType() @native()
  26. trait ExponentFormat extends Any
    Annotations
    @JSType() @native()
  27. trait Font extends Object
    Annotations
    @JSType()
  28. trait Frame extends Object
    Annotations
    @JSType()
  29. trait Grid extends Object
    Annotations
    @JSType()
  30. trait HoverInfo extends Any
    Annotations
    @JSType() @native()
  31. trait HoverLabel extends Object with Label
    Annotations
    @JSType()
  32. trait HoverMode extends Any
    Annotations
    @JSType() @native()
  33. trait Label extends Object
    Annotations
    @JSType()
  34. trait Layer extends Any
    Annotations
    @JSType() @native()
  35. trait Layout extends Object
    Annotations
    @JSType()
  36. trait LenMode extends Any
    Annotations
    @JSType() @native()
  37. trait Line extends Object
    Annotations
    @JSType()
  38. trait Margin extends Object
    Annotations
    @JSType()
  39. trait Mirror extends Any
    Annotations
    @JSType() @native()
  40. trait Mode extends Any
    Annotations
    @JSType() @native()
  41. trait Ordering extends Any
    Annotations
    @JSType()
  42. trait Orientation extends Any
    Annotations
    @JSType() @native()
  43. trait Pattern extends Any
    Annotations
    @JSType() @native()
  44. trait PlotCoordinate extends Object
    Annotations
    @JSType() @native()
  45. trait PlotData extends Object
    Annotations
    @JSType()
  46. trait PlotDataInit extends Object with PlotData with TraceInit
    Annotations
    @JSType()
  47. trait PlotDatum extends Object
    Annotations
    @JSType()
  48. trait PlotMarker extends Object
    Annotations
    @JSType()
  49. trait PlotMouseEvent extends Object
    Annotations
    @JSType() @native()
  50. trait PlotScatterDataPoint extends Object
    Annotations
    @JSType()
  51. trait PlotSelectionEvent extends Object
    Annotations
    @JSType() @native()
  52. trait PlotType extends Any
    Annotations
    @JSType() @native()
  53. trait PlotlyHTMLElement extends Element
    Annotations
    @JSType() @native()
  54. final class PlotlyJSArrayOps[T] extends AnyVal

    Typeclass to convert some arrays to datum arrays

  55. trait Point extends Object
    Annotations
    @JSType()
  56. trait RangeMode extends Any
    Annotations
    @JSType() @native()
  57. type Root = |[String, Element]
  58. trait RowOrder extends Any
    Annotations
    @JSType() @native()
  59. trait ScatterLine extends Object with Line
    Annotations
    @JSType()
  60. trait SelectDirection extends Any
    Annotations
    @JSType() @native()
  61. trait SelectionRange extends Object
    Annotations
    @JSType() @native()
  62. trait ShowExponent extends Any
    Annotations
    @JSType() @native()
  63. trait ShowTickPrefix extends Any
    Annotations
    @JSType() @native()
  64. trait Side extends Any
    Annotations
    @JSType() @native()
  65. trait SpikeSnap extends Any
    Annotations
    @JSType() @native()
  66. trait ThicknessMode extends Any
    Annotations
    @JSType() @native()
  67. trait Tick extends Any
    Annotations
    @JSType() @native()
  68. trait TickFormatStops extends Object
    Annotations
    @JSType()
  69. trait TickMode extends Any
    Annotations
    @JSType() @native()
  70. trait TickTitle extends Object
    Annotations
    @JSType()
  71. trait TicksOn extends Any
    Annotations
    @JSType() @native()
  72. trait Title extends Object
    Annotations
    @JSType()
  73. trait Trace extends Object
    Annotations
    @JSType()
  74. trait TraceInit extends Object
    Annotations
    @JSType()
  75. trait Transition extends Object
    Annotations
    @JSType()
  76. trait UniformText extends Object
    Annotations
    @JSType()
  77. trait XSide extends Any
    Annotations
    @JSType() @native()
  78. trait YSide extends Any
    Annotations
    @JSType() @native()
  79. trait syntax extends AnyRef

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 Axis
  6. object AxisType
  7. object BarMode
  8. object BarNorm
  9. object BoxMode
  10. case object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  11. object Calendar
  12. object Constrain
  13. object ConstrainToward
  14. object Dash
  15. object DragMode
  16. object ExponentFormat
  17. object Font
  18. object HoverInfo
  19. object HoverMode
  20. object Layer
  21. object LenMode
  22. object Mirror
  23. object Mode
  24. object Ordering
  25. object Orientation
  26. object Pattern
  27. object PlotDataInit
  28. object PlotType
  29. object Plots extends Object
    Annotations
    @native() @JSImport("plotly.js", "Plots")
  30. object RangeMode
  31. object RowOrder
  32. object SelectDirection
  33. object ShowExponent
  34. object ShowTickPrefix
  35. object Side
  36. object SpikeSnap
  37. object ThicknessMode
  38. object Tick
  39. object TickMode
  40. object TicksOn
  41. object Title
  42. object XSide
  43. object YSide
  44. object module extends Object
    Annotations
    @native() @JSImport("plotly.js", JSImport.Namespace)
  45. object syntax extends syntax

Inherited from AnyRef

Inherited from Any

Ungrouped