-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can not display Japanese characters #15
Comments
New argument Install the latest developmental version and specify the argument font.family = "HiraKakuProN-W3" in the ggpie() function. If it doesn't work, then provide a reproducible example. |
It works well on texts in the chart, but does not apply to the title. `library(ggpubr) df4 <- data.frame( labs <- paste0(df4$group, " (", df4$value, "%)") |
Updated now. Please re-install. Should work now. Kindly confirm it, thanks. |
Can we close this issue now? |
Hi, you can adjust label position by specifying the argument |
Great! so we can close this issue, thanks. |
Thanks for a great library! I really love it.
But it seems to lack support for Japanese characters.
https://www.dropbox.com/s/ai4tgnaey428qzk/%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202017-07-28%2011.54.46.png?dl=0
I assume I can work around if I can change the font.
Can I do that?
The text was updated successfully, but these errors were encountered: