Packages

class PlotOptions extends Object

Annotations
@RawJSType() @ScalaJSDefined()
Note

JavaScript name: plotOptions

Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PlotOptions
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PlotOptions()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val area: UndefOr[CleanJsObject[PlotOptionsArea]]
  5. val arearange: UndefOr[CleanJsObject[PlotOptionsArearange]]

    The area range is a cartesian series type with higher and lower Y values along an X axis.

    The area range is a cartesian series type with higher and lower Y values along an X axis. Requires highcharts-more.js.

    Since

    2.3.0

  6. val areaspline: UndefOr[CleanJsObject[PlotOptionsAreaspline]]
  7. val areasplinerange: UndefOr[CleanJsObject[PlotOptionsAreasplinerange]]

    The area spline range is a cartesian series type with higher and lower Y values along an X axis.

    The area spline range is a cartesian series type with higher and lower Y values along an X axis. Requires highcharts-more.js.

    Since

    2.3.0

  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val bar: UndefOr[CleanJsObject[PlotOptionsBar]]
  10. val boxplot: UndefOr[CleanJsObject[PlotOptionsBoxplot]]

    A box plot is a convenient way of depicting groups of data through their five-number summaries: the smallest observation (sample minimum), lower quartile (Q1), median (Q2), upper quartile (Q3), and largest observation (sample maximum).

    A box plot is a convenient way of depicting groups of data through their five-number summaries: the smallest observation (sample minimum), lower quartile (Q1), median (Q2), upper quartile (Q3), and largest observation (sample maximum).

    Since

    3.0

  11. val bubble: UndefOr[CleanJsObject[PlotOptionsBubble]]

    A bubble series is a three dimensional series type where each point renders an X, Y and Z value.

    A bubble series is a three dimensional series type where each point renders an X, Y and Z value. Each points is drawn as a bubble where the position along the X and Y axes mark the X and Y values, and the size of the bubble relates to the Z value.

    Since

    3.0

  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. val column: UndefOr[CleanJsObject[PlotOptionsColumn]]
  14. val columnrange: UndefOr[CleanJsObject[PlotOptionsColumnrange]]

    The column range is a cartesian series type with higher and lower Y values along an X axis.

    The column range is a cartesian series type with higher and lower Y values along an X axis. Requires highcharts-more.js. To display horizontal bars, set chart.inverted to true.

    Since

    2.3.0

  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. val errorbar: UndefOr[CleanJsObject[PlotOptionsErrorbar]]

    Error bars are a graphical representation of the variability of data and are used on graphs to indicate the error, or uncertainty in a reported measurement.

    Error bars are a graphical representation of the variability of data and are used on graphs to indicate the error, or uncertainty in a reported measurement.

    Since

    3.0

  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. val funnel: UndefOr[CleanJsObject[PlotOptionsFunnel]]

    Funnel charts are a type of chart often used to visualize stages in a sales project, where the top are the initial stages with the most clients.

    Funnel charts are a type of chart often used to visualize stages in a sales project, where the top are the initial stages with the most clients. It requires that the modules/funnel.js file is loaded.

    Example:
    1. Funnel demo

    Since

    3.0

  20. val gauge: UndefOr[CleanJsObject[PlotOptionsGauge]]

    General plotting options for the gauge series type.

    General plotting options for the gauge series type. Requires highcharts-more.js

    Since

    2.3.0

  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  22. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  24. val heatmap: UndefOr[CleanJsObject[PlotOptionsHeatmap]]

    The heatmap series type.

    The heatmap series type. This series type is available both in Highcharts and Highmaps.

    The colors of each heat map point is usually determined by its value and controlled by settings on the colorAxis.

    Since

    4.0

  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  27. val line: UndefOr[CleanJsObject[PlotOptionsLine]]
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  31. val pie: UndefOr[CleanJsObject[PlotOptionsPie]]

    A pie chart is a circular chart divided into sectors, illustrating numerical proportion.

    A pie chart is a circular chart divided into sectors, illustrating numerical proportion.

    Example:
    1. Pie chart, 3D pie

  32. val polygon: UndefOr[CleanJsObject[PlotOptionsPolygon]]

    A polygon series can be used to draw any freeform shape in the cartesian coordinate system.

    A polygon series can be used to draw any freeform shape in the cartesian coordinate system. A fill is applied with the color option, and stroke is applied through lineWidth and lineColor options. Requires the highcharts-more.js file.

    Example:
    1. Polygon

    Since

    4.1.0

  33. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  34. val pyramid: UndefOr[CleanJsObject[PlotOptionsPyramid]]

    A pyramid chart consists of a single pyramid with item heights corresponding to each point value.

    A pyramid chart consists of a single pyramid with item heights corresponding to each point value. Technically it is the same as a reversed funnel chart without a neck.

    Example:
    1. Pyramid chart

    Since

    3.0.10

  35. val scatter: UndefOr[CleanJsObject[PlotOptionsScatter]]
  36. val series: UndefOr[CleanJsObject[PlotOptionsSeries]]

    General options for all series types.

  37. val solidgauge: UndefOr[CleanJsObject[PlotOptionsSolidgauge]]

    A gauge showing values using a filled arc with colors indicating the value.

    A gauge showing values using a filled arc with colors indicating the value. The solid gauge plots values against the yAxis, which is extended with some color options, minColor, maxColor and stops, to control the color of the gauge itself.

    Example:
    1. Solid gauge

    Since

    4.0

  38. val spline: UndefOr[CleanJsObject[PlotOptionsSpline]]
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def toLocaleString(): String
    Definition Classes
    Object
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. val treemap: UndefOr[CleanJsObject[PlotOptionsTreemap]]

    The size of the point shape is determined by its value relative to its siblings values.

    The size of the point shape is determined by its value relative to its siblings values. Requires the module heatmap.js as well, if functionality such as the colorAxis is to be used.

    Since

    4.1.0

  43. def valueOf(): Any
    Definition Classes
    Object
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. val waterfall: UndefOr[CleanJsObject[PlotOptionsWaterfall]]

    Options for the waterfall series type.

    Options for the waterfall series type.

    Since

    3.0

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped