Smooth plot

This commit is contained in:
nlitkowski 2021-05-26 13:39:43 +02:00
parent 016cd2de60
commit c4b1aa0008

View File

@ -44,7 +44,7 @@ plot_ly(
y = cov_pl_vac$people_fully_vaccinated,
name = "People fully vaccinated",
type = "scatter",
mode = "lines+markers",
mode = "lines",
connectgaps = TRUE
)