A small experiment trying to port the visualization used in More than supplemental to an interactive, web-based visualization.
The data is located in lib/data.json
, which should reflect the original data given in More than supplemental.
The project uses D3.js to visualize the data, jQuery to handle some DOM, and Underscore for some utility functions.
Sass and Compass is used for easier stylesheet-handling. Bootstrap is used to ease the work of styling markup.
Most public functions are tested (using Buster.js), except the ones handled by D3.js.
The code is written by Arne Hassel.