timqian / chart.xkcd

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

Added extended xkcd font, support hidden position, example #16

Closed tonyrewin closed 4 years ago

tonyrewin commented 4 years ago

font is converted from the original from here: https://www.reddit.com/r/xkcd/comments/6tbt88/i_added_cyrillic_and_a_bunch_of_extended_latin_to/

shiyiya commented 4 years ago

you can fix #15

timqian commented 4 years ago

Thanks for the PR @tonyrewin the extended xkcd font is great but there are several issues in the code

The current way to display legend is not so good. It may sit on top of data, I have the plan to refactor it to support move the legend out of the graph part