Merge pull request #5 from federicomarini/patch-1

Typo fixed
This commit is contained in:
Victor Perrier 2019-11-04 14:55:25 +01:00 committed by GitHub
commit 4376fc0173
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -698,7 +698,7 @@ heatmap <- heatmap %>%
label = list(
borderColor = "firebrick",
style = list(color = "#FFF", background = "firebrick"),
text = "Vaccine Intoduced",
text = "Vaccine Introduced",
orientation = "horizontal",
position = "bottom",
offsetY = 10
@ -808,7 +808,7 @@ apex(vaccines, aes(year, state, fill = count), type = "heatmap") %>%
label = list(
borderColor = "firebrick",
style = list(color = "#FFF", background = "firebrick"),
text = "Vaccine Intoduced",
text = "Vaccine Introduced",
orientation = "horizontal",
position = "bottom",
offsetY = 10