Class/Object

com.highcharts.config

PlotOptions

Related Docs: object PlotOptions | package config

Permalink

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()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val area: UndefOr[CleanJsObject[PlotOptionsArea]]

    Permalink
  5. val arearange: UndefOr[CleanJsObject[PlotOptionsArearange]]

    Permalink

    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]]

    Permalink
  7. val areasplinerange: UndefOr[CleanJsObject[PlotOptionsAreasplinerange]]

    Permalink

    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

    Permalink
    Definition Classes
    Any
  9. val bar: UndefOr[CleanJsObject[PlotOptionsBar]]

    Permalink
  10. val boxplot: UndefOr[CleanJsObject[PlotOptionsBoxplot]]

    Permalink

    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]]

    Permalink

    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. Requires highcharts-more.js.

    Since

    3.0

  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. val column: UndefOr[CleanJsObject[PlotOptionsColumn]]

    Permalink
  14. val columnrange: UndefOr[CleanJsObject[PlotOptionsColumnrange]]

    Permalink

    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

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. val errorbar: UndefOr[CleanJsObject[PlotOptionsErrorbar]]

    Permalink

    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

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

    Permalink

    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]]

    Permalink

    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[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def hasOwnProperty(v: String): Boolean

    Permalink
    Definition Classes
    Object
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. val heatmap: UndefOr[CleanJsObject[PlotOptionsHeatmap]]

    Permalink

    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

    Permalink
    Definition Classes
    Any
  26. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  27. val line: UndefOr[CleanJsObject[PlotOptionsLine]]

    Permalink
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. val pie: UndefOr[CleanJsObject[PlotOptionsPie]]

    Permalink

    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]]

    Permalink

    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

    Permalink
    Definition Classes
    Object
  34. val pyramid: UndefOr[CleanJsObject[PlotOptionsPyramid]]

    Permalink

    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]]

    Permalink
  36. val series: UndefOr[CleanJsObject[PlotOptionsSeries]]

    Permalink

    General options for all series types.

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

    Permalink

    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]]

    Permalink
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. val treemap: UndefOr[CleanJsObject[PlotOptionsTreemap]]

    Permalink

    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

    Permalink
    Definition Classes
    Object
  44. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. val waterfall: UndefOr[CleanJsObject[PlotOptionsWaterfall]]

    Permalink

    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