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