Assuming you're using a Pie Chart: Fill in the titleTextStyle object in the options object.
Am Montag, 27. Juni 2016 07:38:05 UTC+2 schrieb [email protected]: > > Enter code here. > var data4 = google.visualization.arrayToDataTable([ > ['Passion to Succeed', 'Percentage'], > ['Achieved Percentage', <?php echo $p_t_sPer; ?>], > ['', (<?php echo 100 - $p_t_sPer; ?>)], > > ]); > > > var options4 = { > title: 'Passion To Succeed', > legend: {position: 'bottom'}, > backgroundColor: '', > titleFontSize:'14', > slices: { > 0: { color: '#8DC540' }, > 1: { color: 'transparent' } > } > > As here, i want to change font color of the title : 'Passion to Succeed'. > how can i? it appears black by default > -- 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/412cd722-1e53-41cf-b858-105a0e333630%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
