When using the dual-Y Column Chart I can not add the property 
'titleTextStyle' to the options variable. Is there a reason for this or is 
this a bug?



var options = {
        chart: {
          title: 'Contract vs Actual Cost',
          *titleTextStyle: { color: '#000', fontSize: 30, },*
          subtitle: 'Based on a scale of 1 to 1000'
        },
        hAxis: {
          title: 'Costs',
          viewWindow: {
            min: [7, 1000, 0],
            max: [17, 1000, 0]
          }
        },
        vAxis: {
          title: 'Rating (scale of 1-10)'
        }
};

-- 
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 https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/75ab945f-12bf-4f5d-87b3-37baab9986ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to