pygal.graph.stackedbar module

Stacked Bar chart: Like a bar chart but with all series stacking on top of the others instead of being displayed side by side.

class pygal.graph.stackedbar.StackedBar(config=None, **kwargs)[source]

Bases: Bar

Stacked Bar graph class