The image returned from a Chart API call is made up of a chart and an
optional legend. Using the CHMA parameter you can provide margins for
the chart as well as width/height for the legend.

The title of your chart is displayed within the "chart" portion of the
image. As such, it is centered within the image according to the width
of the chart. The legend, however, is [sort of] centered/placed
according to the size of the image  (specified by the CHS parameter).

What I'm getting at is that you have a large title and you've
specified a large image size (chs=650x200) but the amount of data
you've provided and the size/spacing of the bars results in a very
small actual "chart." Take a look at the following two charts:

http://tinyurl.com/mqsttf (your original chart)
http://tinyurl.com/l4vtze (a stretched out version of your chart)

The small size of the actual "chart" results in a centered title that
is clipped on the left and a legend that doesn't appear to be in the
right spot.

Yes, one fix that would work would be if you could center the "chart"
area within the image, but that's not possible. Another option would
be to play with the margins: chma=250,0,0,0

Good luck,
K
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Chart 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-chart-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to