pygal.graph.stackedline module

Stacked Line chart: Like a line chart but with all lines stacking on top of the others. Used along fill=True option.

class pygal.graph.stackedline.StackedLine(*args, **kwargs)[source]

Bases: pygal.graph.line.Line

Stacked Line graph class