object PlotOptions
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PlotOptions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
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, candlestick: UndefOr[CleanJsObject[PlotOptionsCandlestick]] = js.undefined, column: UndefOr[CleanJsObject[PlotOptionsColumn]] = js.undefined, columnrange: UndefOr[CleanJsObject[PlotOptionsColumnrange]] = js.undefined, flags: UndefOr[CleanJsObject[PlotOptionsFlags]] = js.undefined, line: UndefOr[CleanJsObject[PlotOptionsLine]] = js.undefined, ohlc: UndefOr[CleanJsObject[PlotOptionsOhlc]] = js.undefined, polygon: UndefOr[CleanJsObject[PlotOptionsPolygon]] = js.undefined, scatter: UndefOr[CleanJsObject[PlotOptionsScatter]] = js.undefined, series: UndefOr[CleanJsObject[PlotOptionsSeries]] = js.undefined, spline: UndefOr[CleanJsObject[PlotOptionsSpline]] = js.undefined): PlotOptions
- 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
.- 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 totrue
.- 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 throughlineWidth
andlineColor
options. Requires thehighcharts-more.js
file.- series
General options for all series types.