Skip to content

Instantly share code, notes, and snippets.

@Palleas
Created January 14, 2010 13:57
Show Gist options
  • Save Palleas/277176 to your computer and use it in GitHub Desktop.
Save Palleas/277176 to your computer and use it in GitHub Desktop.
$(document).ready(function() {
$('<div id="question1"></div>').appendTo('#charBox').gchart({
series: [$.gchart.series([20, 50, 100])],
width: 200,
height: 200,
title: "What do you think about this website?",
});
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment