The Segmented Area Chart offers a blend of line and area chart elements, where specific segments or periods are highlighted with color fills between the data line and the x-axis. These colored segments draw attention to particular events or ranges in the data, making it beneficial for emphasizing changes or anomalies within a continuous dataset.
segments: Optional[list]=None# Explicit segments x_axis_name: Optional[str]=Noney_axis_name: Optional[str]=Nonedefault_color: Tuple[int,int,int]= (255,0,0)title: Optional[str]=Nonerows_size: Optional[int]=Nonecols_size: Optional[int]=Nonepadding: Optional[List[int]]=Noneshow_values: Optional[List[str]]=Noneoption_modifications: Optional[Dict]=Nonevariant: Optional[str]=Nonetop_area:bool=False# To specify if the area has to be painted on top threshold: Optional[float]=None# To calculate segments from the value of ylabels: Optional[List[str]]=None# The labels of the segments