Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: nflplotR
Title: NFL Logo Plots in 'ggplot2' and 'gt'
Version: 1.5.0.9001
Version: 1.5.0.9002
Authors@R:
person("Sebastian", "Carl", , "[email protected]", role = c("aut", "cre"))
Description: A set of functions to visualize National Football League
Expand Down
1 change: 1 addition & 0 deletions R/gt_nfl.R
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ gt_pct_bar <- function(

## SET TEXT STYLE PROPERTIES
default_text_style <- list(
"display" = "inline-block",
"padding-left" = value_padding_left,
"padding-right" = value_padding_right
)
Expand Down
Loading