Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 230 Bytes

tooltip.rst

File metadata and controls

13 lines (8 loc) · 230 Bytes

Tooltip

Tooltips are displayed when the pygal javascript is used.

tooltip_border_radius

chart = pygal.Line(tooltip_border_radius=10) chart.add('line', [.0002, .0005, .00035])