Introducing d3.js at fronteers meetup

I presented about d3.js at a fronteers meetup in Mechelen. The talk is a practical d3.js introduction to teach some of d3's fundamentals such as data-joins, scales, axis, labels, ticks, animations... We started off with a plain SVG representing a chart, refine it, in each iteration touching a…

Read this article

Corelio annual report with backbonejs and reponsive d3js charts

I was asked by Johan from Wolf's Little Store to help creating some d3js charts for Corelio's 2012 Annual Report. We ended up creating a backbone.js application to display the slides touching on different topics. Some of the challenges Display the chart axis on page load, but only start…

Read this article

Visualization worldwide Spotify track availability with d3js and Twitter's flight framework

To get familiar with Twitter's flight framework, I created a small data visualization of Spotify's worldwide track availabilty. I use the Spotify API to find the availability of the track wordwide. The results are visualized with d3.js. The countries for which the track is available are highlighted on a…

Read this article