Skip to main content

AreaPlotOptions

Options for an area chart plot

Extends

Properties

marker?

optional marker: object

Configuration of the marker dot

enabled?

optional enabled: boolean

Whether or not the marker should be enabled. Defaults to true.

size?

optional size: number

Size (diameter) of the marker dot.


stacked?

optional stacked: boolean | "percent" | "default"

Whether to stack series values on top of each other.

Inherited from

StackablePlotOptions.stacked


valueAxis?

optional valueAxis: string

ID of the value axis to attach to. Defaults to DEFAULT.

Inherited from

XYPlotOptions.valueAxis