Stacked Bar
The Method To Use
x: str
order: int
data: Union[str, DataFrame, List[Dict]]y: Optional[List[str]]
x_axis_name: Optional[str]
y_axis_name: Optional[str]
title: Optional[str]
rows_size: Optional[int]
cols_size: Optional[int]
padding: Optional[List[int]]
show_values: Optional[List[str]]
option_modifications: Optional[Dict]Examples

Variants








Interesting Usages

Evolution of revenue by month, total and in percentages 
Revenue by country total and percentages
Last updated
Was this helpful?