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
During comparing GeomBar and GeomCol on #4921, I found GeomBar doesn't have rename_size = TRUE specified.
GeomBar
GeomCol
rename_size = TRUE
I think we can just add rename_size = TRUE to GeomBar and replace GeomCol with GeomCol <- ggproto("GeomCol", GeomBar) as a first step towards #3798
GeomCol <- ggproto("GeomCol", GeomBar)
The text was updated successfully, but these errors were encountered:
good catch - do you want to take this?
Sorry, something went wrong.
Yes, I'll make a PR after #4921 gets merged.
Successfully merging a pull request may close this issue.
During comparing
GeomBar
andGeomCol
on #4921, I foundGeomBar
doesn't haverename_size = TRUE
specified.I think we can just add
rename_size = TRUE
toGeomBar
and replaceGeomCol
withGeomCol <- ggproto("GeomCol", GeomBar)
as a first step towards #3798The text was updated successfully, but these errors were encountered: