Pygal SolidGuage - Changing Label Font Size Pygal SolidGuage - Changing Label Font Size flask flask

Pygal SolidGuage - Changing Label Font Size


Try to set font size in constructor

gauge = pygal.SolidGauge(        half_pie=True, inner_radius=0.70,        style=pygal.style.styles['default'](value_font_size=8),        show_legend=False)


chart = pygal.Bar(style=pygal.style.styles'default')