D3 Data Visualisation


Introduction

This site is dedicated to showing practical examples of D3.js usage: from beginner, tutorial level, to more advanced usage.
Data and resources used on this site are publicly available, and you are free to reuse them at your own discretion.
Emphasis is on building solutions that work just with browser, relying only on HTML and JavaScript: no plugins, frameworks and minimal usage of 3rd party scripts.


Resources on this site

Visualisation of the biggest companies in the world

This is step-by-step tutorial for building pie chart visualisations on top of world map.
Detailed description in every step, with the resources, makes it reproducible in almost every environment.
Check out the tutorial on how to build visualisation of the biggest companies in the world by market capitalisation.

Screen missing
Biggest companies in the world by market capitalisation

Visualisation of the biggest social media sites in the world

Not so much tutorial, but more a showcase, of some more advanced usage of D3.js.
Data is scraped off the internet, consolidated into format recognizable by the D3 engine, and displayed using procedural generation.
You can select multiple sites and multiple types of visualisations. Check out visualisation of the biggest social media sites.

Screen missing
Most subscribed YouTube channels

Visualisation of the portfolio value change

This is another showcase, but far more simple than visualisation of social media sites.
Data is from the portfolio combined with data from stock exchange.
This is an example of a streamgraph that can be found on this page.

Screen missing
Portfolio change in one year