vizkit.js is an opinionated little charting library built on top of the amazing and wonderful d3.js visualization framework.
window.onresize = function(event) { d3.select('.viz svg').remove(); DrawViz(d3.select('.viz')); }