Create a normalized stacked bar chart in d3 (without the stack layout).
The CSV file can contain any number of groups and up to 8 categories. It must not have a total row at the bottom; that row is calculated with Javascript.
Libraries: d3.js, underscore.js, jQuery