зеркало из https://github.com/microsoft/wpa.git
fix: missing caption for create_bar
This commit is contained in:
Родитель
3fe8da501d
Коммит
a592fb0719
|
@ -173,7 +173,7 @@ create_bar <- function(data,
|
|||
subtitle = paste("Average", tolower(clean_nm), "by", tolower(camel_clean(hrvar))),
|
||||
x = camel_clean(hrvar),
|
||||
y = paste("Average weekly", clean_nm),
|
||||
labs = extract_date_range(data, return = "text")
|
||||
caption = extract_date_range(data, return = "text")
|
||||
)
|
||||
|
||||
summary_table <-
|
||||
|
|
Загрузка…
Ссылка в новой задаче