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.
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
<div class="gteviz-wrapper" data-mount="gteviz" data-lang="en" data-scope="eu"></div>
<div class="gteviz-wrapper" data-mount="gteviz" data-lang="de" data-scope="eu"></div>
<div class="gteviz-wrapper" data-mount="gteviz" data-lang="de" data-scope="de"></div>
based on this starterkit by webkid:
A lightweight foundation for your next webpack based frontend project.
npm install
npm start
npm run build
- ES6 Support via babel (v7)
- SASS Support via sass-loader
- Linting via eslint-loader
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
.