Object/Class

com.highcharts.config

PlotOptions

Related Docs: class PlotOptions | package config

Permalink

object PlotOptions

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

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. def apply(area: UndefOr[CleanJsObject[PlotOptionsArea]] = js.undefined, arearange: UndefOr[CleanJsObject[PlotOptionsArearange]] = js.undefined, areaspline: UndefOr[CleanJsObject[PlotOptionsAreaspline]] = js.undefined, areasplinerange: UndefOr[CleanJsObject[PlotOptionsAreasplinerange]] = js.undefined, bar: UndefOr[CleanJsObject[PlotOptionsBar]] = js.undefined, boxplot: UndefOr[CleanJsObject[PlotOptionsBoxplot]] = js.undefined, bubble: UndefOr[CleanJsObject[PlotOptionsBubble]] = js.undefined, column: UndefOr[CleanJsObject[PlotOptionsColumn]] = js.undefined, columnrange: UndefOr[CleanJsObject[PlotOptionsColumnrange]] = js.undefined, errorbar: UndefOr[CleanJsObject[PlotOptionsErrorbar]] = js.undefined, funnel: UndefOr[CleanJsObject[PlotOptionsFunnel]] = js.undefined, gauge: UndefOr[CleanJsObject[PlotOptionsGauge]] = js.undefined, heatmap: UndefOr[CleanJsObject[PlotOptionsHeatmap]] = js.undefined, line: UndefOr[CleanJsObject[PlotOptionsLine]] = js.undefined, pie: UndefOr[CleanJsObject[PlotOptionsPie]] = js.undefined, polygon: UndefOr[CleanJsObject[PlotOptionsPolygon]] = js.undefined, pyramid: UndefOr[CleanJsObject[PlotOptionsPyramid]] = js.undefined, scatter: UndefOr[CleanJsObject[PlotOptionsScatter]] = js.undefined, series: UndefOr[CleanJsObject[PlotOptionsSeries]] = js.undefined, solidgauge: UndefOr[CleanJsObject[PlotOptionsSolidgauge]] = js.undefined, spline: UndefOr[CleanJsObject[PlotOptionsSpline]] = js.undefined, treemap: UndefOr[CleanJsObject[PlotOptionsTreemap]] = js.undefined, waterfall: UndefOr[CleanJsObject[PlotOptionsWaterfall]] = js.undefined): PlotOptions

    Permalink

    arearange

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

    areasplinerange

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

    boxplot

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

    bubble

    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.

    columnrange

    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.

    errorbar

    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.

    funnel

    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.

    gauge

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

    heatmap

    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.

    pie

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

    polygon

    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.

    pyramid

    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.

    series

    General options for all series types.

    solidgauge

    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.

    treemap

    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.

    waterfall

    Options for the waterfall series type.

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  16. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  17. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped