Hi. It would be nice to have custom tooltips passed in as a list. For example: ``` chart.add_serie(y=[1, 2, 3], x=[1, 2, 3], tooltips=['A', 'B', 'C']) ```