I used role:'style' to change the colors of combo chart's bars but I want 
to remove the small blue rectangle 
i tried to use annotations.boxStyle but nothig happened 

also the font-size of numbers of Vaxis is not the same 

var data = google.visualization.arrayToDataTable([
         
          ['Status', 'Number Of Students', { role:'style' }],
          ['Pass', 10,style='fill-color: #109618'],
          ['Pending', 14,style ='fill-color: #ff9900'],
          ['Fail', 16,style ='fill-color:#dc3912;'],
         
        ]);

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