- if
geom_scatterpie(data = NULL)
, the layer will try to useplot$data
(2024-08-28, Wed)
- supports labeling slices of pies (2024-06-05, Wed, #49)
- introduce donut_radius and bg_circle_radius parameters to control the layer of pie (2024-04-03, Wed, #46)
- introduce
breaks
parameter ingeom_scatterpie_legend()
(2023-06-07, Wed, #40)
- increase R version of dependency to 4.1.0 as we used native pipe (2023-04-26, Wed)
- allow label customization in scatterpie legend (2023-04-22, Sat, #38)
- fixed the overlap issue with group mapping (2023-03-02, Thu, #37)
- improve the legend of pie radius (2022-09-03, Sat, #35)
- import
get_aes_var
from ggfun instead of rvcheck (2021-08-20)
- fixed R check by suggesting rmarkdown package