/datavis

Projects for Data Visualisation Module CS7DS4

Primary LanguageTypeScript

Data Visualisation Assignments

A1.2

Nightingale Rose Chart Source: src/graphs/Nightingale.tsx

Minard's Map Source: src/graphs/Minard

Running the site

Installing packages

yarn install

The development build can be started using

yarn start

Production build can be created using

yarn build
yarn add global serve
serve -s build