pygal.table module

HTML Table maker.

This class is used to render an html table from a chart data.

class pygal.table.HTML[source]

Bases: object

Lower case adapter of lxml builder

class pygal.table.Table(chart)[source]

Bases: object

Table generator class

render(total=False, transpose=False, style=False)[source]

Render the HTMTL table of the chart.

total can be specified to include data sums transpose make labels becomes columns style include scoped style for the table