Let's Make a Bar Chart

March 18, 2013 by Alex Coco

A few days ago I started taking a closer look at Michael Bostock’s D3.js. D3 is an amazing JavaScript library for mapping data to HTML elements or SVG nodes. I started off making some bar charts with HTML elements and then moved onto SVG nodes and transitions.