Skip to main content
AreaPlotOptions
Options for an area chart plot
NameTypeDescription
marker?{
  enabled:boolean,
  size:number
}
Configuration of the marker dot
stacked?boolean | "percent" | "default"Whether to stack series values on top of each other.
valueAxis?stringID of the value axis to attach to. Defaults to DEFAULT.