Created
January 14, 2010 13:57
-
-
Save Palleas/277176 to your computer and use it in GitHub Desktop.
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
$(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