Tooltips are displayed when the pygal javascript is used.
chart = pygal.Line(tooltip_border_radius=10) chart.add('line', [.0002, .0005, .00035]) chart.render()