pygal.graph.bar module
Bar chart that presents grouped data with rectangular bars with lengths
proportional to the values that they represent.
-
class pygal.graph.bar.Bar(config=None, **kwargs)[source]
Bases: Graph
Bar graph class
-
bar(serie, rescale=False)[source]
Draw a bar graph for a serie