-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Edward Xiao edited this page Jan 27, 2020
·
4 revisions
Interactive bubble chart of relationship between Olympic success and GDP of nations. A reimagination of Gapminder's Wealth & Health of Nations.
Data visualization on the relationship of GDP and Olympic success through an interactive bubble chart with the below dimensions:
- x-axis: GDP/capita
- y-axis: total number of olympic medals
- size of bubbles: population
- color: continent
- the circles on the chart will adjust accordingly by year
- See country data visualized by GDP, olympic medals, population, continent.
- Drag a bar to change the chart over time (1900-current).
- Be able to click play for time to elapse automatically.
- On hover of nation bubble, show specific GDP and medal count (maybe other olympic data).
- Production README
- HTML, CSS, JS, D3
- Data: Gapminder, wikipedia
- Monday: Get all data
- Tuesday: Learn D3
- Wednesday: Start plotting data
- Thursday: Clean up plotted data for entire timeline
- Friday: Start implementing chart change over time
- Saturday: Have auto-play of time change
- Sunday: Detailed sidebar info on hover
- On hover show a greyed out path for the country over the entire timeline of the chart
- Have a sidebar of checkboxes to filter the chart by categories (country, continent, sporting event, etc.)
- Have a filter to change the x-axis to show another relationship