Skip to content

Instantly share code, notes, and snippets.

@apjmason
apjmason / CommunismPatriotism.js
Last active November 20, 2015 20:42
CommunismPatriotism Responsive
google.load('visualization', '1', {packages: ['corechart', 'line']});
google.setOnLoadCallback(drawLogScales);
// add call to the draw function on window resize events - AM
$(window).on("throttledresize", function (event) {
drawLogScales();
});
function drawLogScales() {
var data = new google.visualization.DataTable();