timqian / chart.xkcd

xkcd styled chart lib
https://timqian.com/chart.xkcd/
MIT License
7.61k stars 200 forks source link

fix(tooltip): Position tooltip after title in the dom #34

Closed skvale closed 4 years ago

skvale commented 4 years ago

Related issue

Fix #33

Screenshot before and after this change

Before

Screen Shot 2019-09-11 at 1 42 55 PM Screen Shot 2019-09-11 at 1 42 50 PM

After

Screen Shot 2019-09-11 at 1 42 23 PM Screen Shot 2019-09-11 at 1 42 11 PM
timqian commented 4 years ago

I prefer not to add new methods to Tooltip, so I fixed it this way: https://github.com/timqian/chart.xkcd/commit/ff780e085eae16a5e948e859f06ad4223d1f63b0

Thanks for the PR anyway!