Skip to content
Zicheng Liang edited this page Mar 25, 2024 · 1 revision

Welcome to the CSU11013-GroupB-Team9 wiki!

This is a data visualisation project written by processing language.

Our program first load the flights data from the .csv file, we developed a Datapoint class to store all the dimensions each data entry has.

After loading, there will be an Array of Datapoints in our program.

Now our program's UI is a 720*640 screen, with a side bar at the left with 5 buttons.

The first welcome page with introduce our program and allow user to make a query.

The second page is a pie chart.

The third page is a map

The fourth page is a table.

The fifth page is a bar chart.

Clone this wiki locally