Skip to content

Commit

Permalink
Update to Fix #16
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Jenkins committed May 3, 2024
1 parent 0186dad commit dca9e46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/func_pie_charts.R
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ build_pie_chart <- function(df, location, cols = NULL, border = 0.3, opacity = 1
circle <- grid::circleGrob(
x = ggplot2::unit(0.5, "npc"),
y = ggplot2::unit(0.5, "npc"),
r = ggplot2::unit(0.41, "npc"), # Issue #16
r = ggplot2::unit(0.40, "npc"), # Issue #16
gp = grid::gpar(col = "black", fill = cluster_col, alpha = opacity, lwd = border)
)

Expand Down
Binary file modified man/figures/README-unnamed-chunk-7-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dca9e46

Please sign in to comment.