Area Graphs : General parameters in area graphs

# areaStyle
Style for area graphs. The options include solid which is the default, translucent, and outlined
Type: string
Default: solid
Options: solid, translucent, outlined
Used in: Area, AreaLine

areaStyle : "solid"

areaStyle : "translucent"

areaStyle : "outlined"


# areaType
Types of area graphs when displaying multiple series. The options include overlapping which is the default, stacked, and percent area graphs
Type: string
Default: overlapping
Options: overlapping, stacked, percent
Used in: Area, AreaLine

areaType : "overlapping"

areaType : "stacked"

areaType : "percent"