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: pygal.graph.bar.Bar

Stacked Bar graph class