The project was developed in the course Programmiertes Entwerfen 2. The task was to work with a large dataset and transform it into an interactive visual system.
Instead of explaining the data mainly through text, the interface had to make relationships visible through form, rhythm, colour and interaction.
Each cycle represents the rhythm of a year, allowing users to see recurring winter peaks, quieter summer periods and irregular spikes across multiple years.
The radial layout makes the dataset readable as a pattern. The 2009 H1N1 pandemic spike becomes visible across countries, while seasonal differences between northern, southern and warmer regions can be compared through the same visual structure.
The colour system was derived from national colour identities. Instead of using generic chart colours, each country received a visual reference connected to its flag or cultural colour system.
The final visualization works with cleaned data rows for the six selected countries and maps several FluNet categories, including reported influenza-like illnesses, acute respiratory infections, severe respiratory cases, deaths and normalized values per thousand outpatients.
Visualisation of chosen countries on ourworldindata.org
Date formats had to be standardized, incomplete structures reduced, and categories renamed so that the visualization could stay understandable without becoming overloaded.
Additional settings allow adjustments to dot size, opacity, background brightness, grid visibility, month labels, tooltip behaviour and contrast. These controls were useful for testing how much visual support the system
needs before the data becomes readable.
Interactive live demonstration here:
https://neu-blush.vercel.app/ https://neu-blush.vercel.app/ https://neu-blush.vercel.app/ https://neu-blush.vercel.app/
The cleaned dataset contains 49,890 rows for the selected countries, with a larger original dataset of 96,875 rows.
The implementation included custom functions for data preparation, aggregation, rendering and interaction.