Skip to content

Instantly share code, notes, and snippets.

@zmaril
zmaril / BubbleChart.js
Created June 24, 2012 22:39
Animated Bubble Chart
var BubbleChart, root,
__bind = function(fn, me){
return function()
{ return fn.apply(me, arguments);
};
};
BubbleChart = (function() {
BubbleChart.name = 'BubbleChart';