Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

A small data-game to get a feeling for 50 billion euro

Notifications You must be signed in to change notification settings

correctiv/grand-theft-europe-viz

Repository files navigation

grand-theft-europe-viz

A small data-game to get a feeling for 50 billion euro, used for the Grand Theft Europe-Investigation by CORRECTIV and 35 european media partners.

Build with d3js and riot.js

preview

usage

How to include in article: Load css & js and insert a <div>-element as described below:

FIXME: put assets somewhere else ("github is not a CDN")

https://correctiv.github.io/grand-theft-europe-viz/gte-viz.js

https://correctiv.github.io/grand-theft-europe-viz/gte-viz.css

European Data, 50 Bln., language: English

<div class="gteviz-wrapper" data-mount="gteviz" data-lang="en" data-scope="eu"></div>

European Data, 50 Bln., language: German

<div class="gteviz-wrapper" data-mount="gteviz" data-lang="de" data-scope="eu"></div>

German Data, 14 Bln., language: German

<div class="gteviz-wrapper" data-mount="gteviz" data-lang="de" data-scope="de"></div>

based on this starterkit by webkid:

Webpack Frontend Starterkit

A lightweight foundation for your next webpack based frontend project.

Installation

npm install

Start Dev Server

npm start

Build Prod Version

npm run build

Features:

When you run npm run build we use the mini-css-extract-plugin to move the css to a separate file. The css file gets included in the head of the index.html.