Skip to content
Snippets Groups Projects
Commit 755e1c2d authored by Gael  MILLOT's avatar Gael MILLOT
Browse files

release v12.1.0: bug removed in the title.text.size argument in gg_donut()

parent 55ba9829
Branches
Tags
No related merge requests found
...@@ -171,6 +171,11 @@ Gitlab developers ...@@ -171,6 +171,11 @@ Gitlab developers
## WHAT'S NEW IN ## WHAT'S NEW IN
### v12.1.0
1) bug removed in the title.text.size argument in gg_donut()
### v12.0.0 ### v12.0.0
1) several arguments added in gg_donut() 1) several arguments added in gg_donut()
......
...@@ -12,7 +12,7 @@ fun_gg_donut <- function( ...@@ -12,7 +12,7 @@ fun_gg_donut <- function(
border.color = "gray50", border.color = "gray50",
border.size = 0.2, border.size = 0.2,
title = "", title = "",
title.text.size = 12, title.text.size = 7,
annotation = NULL, annotation = NULL,
annotation.distance = 0, annotation.distance = 0,
annotation.size = 3, annotation.size = 3,
...@@ -679,7 +679,7 @@ fun_gg_donut <- function( ...@@ -679,7 +679,7 @@ fun_gg_donut <- function(
y = grid::unit(0, "lines"), y = grid::unit(0, "lines"),
hjust = 0, hjust = 0,
vjust = 0, vjust = 0,
gp = grid::gpar(fontsize = 7) gp = grid::gpar(fontsize = title.text.size)
) )
# end title # end title
......
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment