An open API service indexing awesome lists of open source software.

https://github.com/emilyjspencer/data-visualizations

📊 Creating data visualisations with Chart.js
https://github.com/emilyjspencer/data-visualizations

chartjs data-visualization

Last synced: 10 months ago
JSON representation

📊 Creating data visualisations with Chart.js

Awesome Lists containing this project

README

          

# Data Visualizations

An exploration of how to use Chart.js to create visualizations from data

### How to use:

* Clone this repo:
```html
git clone https://github.com/emilyjspencer/Data-Visualizations.git
```

* Cd into the repo on your computer
* Cd into the individual folders e.g. MentalHealth
* For all folders except Oxfordintake20172019, you can simply open the index.html file, click the button, and the graphs will appear
* With Oxfordintake20172019, run the following to install the dependencies:
```html
npm install
```
* Run the following to start the React application:
```html
npm start
```
* Go to:
```html
localhost:3000/data
```

### Built with:
* JavaScript
* Chart.js

### What it looks like:

Most common mental health conditions among UK adults:
![mentalhealth](mentalhealth.png)
The distribution of SSRIs taken among a selection of women who took part in a study
![ssris](ssris.png)
The ethnicities of students enrolled at the University of Oxford in 2017
![oxford](oxford.png)
The daily deaths from Coronavirus in the UK between March 14th and June 25th, 2020
![coronadeathsuk](coronadeathsuk.png)
A comparison of the ethnicities of students matriculating at the University of Oxford in 2015 and 2019
![students](students.png)
![bangaldeshi](bangladeshi.png)
![mixedheritage](mixedheritage.png)