During comparing GeomBar
and GeomCol
on #4921, I found GeomBar
doesn't have rename_size = TRUE
specified.
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