you can do this with google.visualization.ImageChart: http://code.google.com/apis/visualization/documentation/gallery/genericimagechart.html
<http://code.google.com/apis/visualization/documentation/gallery/genericimagechart.html>the relevant option is chm: 'N' http://code.google.com/apis/chart/labels.html#data_point_labels <http://code.google.com/apis/chart/labels.html#data_point_labels>I think that there is a bug in the ImageChart that the values shown with chm: N are often corrupted. the workaround for now is to also specify chds: '0, 20' or some other min and max that suits your data. On Sat, Jun 27, 2009 at 5:34 PM, ChartMan <[email protected]> wrote: > This feature was recently asked for by another person in the group and was > added to our feature list. > ChartMan > > > On Thu, Jun 25, 2009 at 10:52 PM, Primary Numbers <[email protected] > > wrote: > >> >> I was wondering if there is a way to show the value of the bar on a >> bar graph. >> >> Ex// >> >> |||||||||||||||||||||||||||||||||||||||||||||||| 17 >> |||||||||||||||||||| 12 >> |||||||||||||||||||||||||||||||| 19 >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en -~----------~----~----~----~------~----~------~--~---
