This project is an animated visualization that showcases how Singapore's public housing (HDB) flat prices have changed over the years (2012 - present) per town. The visualization takes the form of a bar chart race, which is a dynamic chart that displays the ranking of values over time.
Data source: HDB Resale Flat Prices
If you are on Linux/MacOS, you can install pnpm using the following command:
curl -fsSL https://get.pnpm.io/install.sh | sh -
python3 python/prepare_race_data.py
Install dependencies
cd bar-chart-race
pnpm install
Run development server
pnpm run dev
Build static files
cd bar-chart-race
pnpm run build
Now, you can find the static website in the dist
folder.