Cezary Wojcik
Keyboard Wizard
barchartd3.js

April 19, 2013

Barchartd3.js

Barchartd3.js is a javascript library that uses d3.v3 to make simple, interactive bar graphs. The opacity of each bar is determined by the data value to make the bar graph a clearer visual representation of the data. The default mouse events allow the user to click on a bar in order to zoom the bar graph to fit the clicked bar.

You can check out the GitHub page (with a readme on usage) here

You can also check out a demo page of the library here.