Hi,

I have user-inputs that I want to plot into a piechart using google charts.
The HTML form has the following attributes - just to name one.

<input type="radio" " id="input_77_4" name="pgrowth" value="Personal 
Growth" />

The user is support to give a rating (0 - 9) of how they are doing in a 
particular "area" 

I've tried this method to capture the varible (user input)

function drawChart() {
        var data = google.visualization.arrayToDataTable([
          ['Area', 'Percentage'],


-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to