generated from jtr13/EDAVtemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinteractive.Rmd
12 lines (6 loc) · 991 Bytes
/
interactive.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
# Interactive component
We intend to visualize the unemployment rates of each state in the U.S. from October 2019 to September 2022. The interactive visualization can be accessed here: [Interactive Visualization](https://vizhub.com/niuyizhan/17715675a3944405becc4ee6064c6e60)
We implemented a feature that allows users to select a state from the dropdown list on the top of the page so that they can explore the unemployment rate along the time. Whenever users move the month on a bar, a label of corresponding unemployment rate for this month will appear.
We also explored the geographical distribution of unemployment rates using a map. The size of the blue dots represent the intensity of unemployment situation in that state.
Data Source: [US Vaccination Data by State/Territory](https://gist.github.com/PeterVanNostrand/d449b0a3e5914278dfa79ba60e48df5d)
Code Source: [US Daily COVID-19 Vaccination Dashboard](https://vizhub.com/PeterVanNostrand/a6e4f6c032e04cd5b529c7782f947210)