Skip to content

Instantly share code, notes, and snippets.

@doapp-grady
doapp-grady / gist:4027435
Created November 6, 2012 20:49
COOL STUFF!!!! DON"T STEEL THIS!
var linesVisualization;
function drawVisualization() {
// Create and populate the data table.
var data = google.visualization.arrayToDataTable([
['x', 'Cats', 'Blanket 1', 'Blanket 2'],
['A', 1, 1, 0.5],
['B', 2, 0.5, 1],
['C', 4, 1, 0.5],
['D', 8, 0.5, 1],