Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 702 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 702 Bytes

VI - Information Visualization

This repository contains the project developed for Information Visualization.

The goal of the project is to build a product to visualize data related to covid.

How to run the application

In order to be able to see the plots, it is necessary to run the application with a server:

python3 -m http.server 8888

Alternatively, the vscode extension Five Server (Live Server) can be used to run the server.

Plots

Each page of the application has a plot:

  • /index.html: Map plot;
  • /line-plot.html: Line plot;
  • /bar-plot.html: Bar plot.