class PlotOptions extends Object
- Annotations
- @RawJSType() @ScalaJSDefined()
- Note
JavaScript name:
plotOptions
- Alphabetic
- By Inheritance
- PlotOptions
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new PlotOptions()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val area: UndefOr[CleanJsObject[PlotOptionsArea]]
-
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
Example: - val areaspline: UndefOr[CleanJsObject[PlotOptionsAreaspline]]
-
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bar: UndefOr[CleanJsObject[PlotOptionsBar]]
-
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
-
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
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- val column: UndefOr[CleanJsObject[PlotOptionsColumn]]
-
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 totrue
.- Since
2.3.0
Example: -
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
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.- Since
3.0
Example: -
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
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
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
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val line: UndefOr[CleanJsObject[PlotOptionsLine]]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
val
pie: UndefOr[CleanJsObject[PlotOptionsPie]]
A pie chart is a circular chart divided into sectors, illustrating numerical proportion.
-
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 throughlineWidth
andlineColor
options. Requires thehighcharts-more.js
file.- Since
4.1.0
Example: -
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
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.
- Since
3.0.10
Example: - val scatter: UndefOr[CleanJsObject[PlotOptionsScatter]]
-
val
series: UndefOr[CleanJsObject[PlotOptionsSeries]]
General options for all series types.
-
val
solidgauge: UndefOr[CleanJsObject[PlotOptionsSolidgauge]]
A gauge showing values using a filled arc with colors indicating the value.
- val spline: UndefOr[CleanJsObject[PlotOptionsSpline]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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
-
def
valueOf(): Any
- Definition Classes
- Object
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
val
waterfall: UndefOr[CleanJsObject[PlotOptionsWaterfall]]
Options for the waterfall series type.
Options for the waterfall series type.
- Since
3.0
Example: