View hide-header.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style type="text/css"> | |
#gia-header div, | |
#gia-header h1, | |
#gia-header p, | |
#gia-header ul, | |
#gia-header li { | |
margin: 0; | |
padding: 0; | |
border: 0; | |
font-size: 100%; |
View BubbleChart.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var BubbleChart, root, | |
__bind = function(fn, me){ | |
return function() | |
{ return fn.apply(me, arguments); | |
}; | |
}; | |
BubbleChart = (function() { | |
BubbleChart.name = 'BubbleChart'; |