Can you change the chart title (or add notes to it) by using php variables 
or JSON ?

This did not work:

      var options = {
          title: { <?php echo $testtitle; ?> },
          is3D: 'true',
          width: 650,
          height: 450,
          seriesType: "bars",
          series: {2: {type: "line"}}

        };

-- 
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