"Racial profiling in numbers" visualizes the data of surveys that have been taken by the citizens of Amsterdam. The results of the surveys bring new insights to the amount of racial profiling that's taking place in Amsterdam. In this project there are a lot of visualisations that explain the gravity of racial profiling in Amsterdam
By using the results of the survey, numerous calculations have been made in Microsoft Excel which have been manually transformed into JS objects. These objects are then intrepreted by D3.js to make data-visualisations.
This project makes use of Rollup to build the app. If you want to run the app you will have to install Rollup globally like this:
npm install rollup -g
To install the project use npm install.
npm install
To create a development environment use:
npm run dev
To build for production use:
npm run build
- http://bl.ocks.org/cbjuan/43f10523858abf6053ae For creating the stacked barchart
- https://www.d3-graph-gallery.com/graph/heatmap_basic.html For creating the heatmap
- https://inorganik.github.io/countUp.js/ For creating and updating the counter of respondents