Add another plot
This commit is contained in:
parent
6eb390fb21
commit
16ee9f201b
@ -81,3 +81,15 @@ plot_ly(
|
|||||||
name = "New vaccines"
|
name = "New vaccines"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# World - deaths by country -----------------------------------------------
|
||||||
|
plot_ly(
|
||||||
|
cov,
|
||||||
|
x = cov$date,
|
||||||
|
y = cov$new_deaths,
|
||||||
|
name = "New deaths",
|
||||||
|
type = "scatter",
|
||||||
|
mode = "lines",
|
||||||
|
connect_gaps = TRUE,
|
||||||
|
color = cov$location
|
||||||
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user