Skip to content

Commit 0062a10

Browse files
author
Phuong Quan
committed
update deprecated param. Close #11
1 parent 82e8526 commit 0062a10

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

R/reports.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ plot_overview_heatmap_static <- function(agg_fields,
387387
panel.border = ggplot2::element_rect(
388388
colour = "darkgrey",
389389
fill = NA,
390-
size = 0.75
390+
linewidth = 0.75
391391
),
392392
# remove space between facets
393393
panel.spacing = ggplot2::unit(0, "lines"),
@@ -527,7 +527,7 @@ plot_subcat_heatmap_static <- function(agg_field,
527527
panel.border = ggplot2::element_rect(
528528
colour = "darkgrey",
529529
fill = NA,
530-
size = 0.75
530+
linewidth = 0.75
531531
),
532532
# remove space between facets
533533
panel.spacing = ggplot2::unit(0, "lines"),
@@ -614,7 +614,7 @@ plot_stratified_facetgrid_static <- function(agg_field_stratified,
614614
panel.border = ggplot2::element_rect(
615615
colour = "darkgrey",
616616
fill = NA,
617-
size = 0.75
617+
linewidth = 0.75
618618
),
619619
# set space between facets
620620
panel.spacing = ggplot2::unit(0.5, "lines"),

0 commit comments

Comments
 (0)