We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I am using ggpie and I found legend position could not be changed. Here is code:
ggpie( df, "ratio", label = "pielabels", lab.pos = "in",legend='none', lab.font = c(6, "bold", "black"), fill = "var1", color = "black" ) + theme(text=element_text(face='bold',size=20))
Anything wrong with my code? Legend is locked in top. And I can change legend position in other plot function such as ggbarplot
ggbarplot
The text was updated successfully, but these errors were encountered:
ggpar arguments correctly handled #277
ecc0162
fixed now, thanks
Sorry, something went wrong.
No branches or pull requests
Hi, I am using ggpie and I found legend position could not be changed. Here is code:
Anything wrong with my code?
Legend is locked in top. And I can change legend position in other plot function such as
ggbarplot
The text was updated successfully, but these errors were encountered: