2 messages in com.googlegroups.google-chart-apiRe: Accurate Data Labeling
FromSent OnAttachments
Crash09 Jun 2008 03:48 
Ken09 Jun 2008 09:52 
Subject:Re: Accurate Data Labeling
From:Ken (ken.@gmail.com)
Date:06/09/2008 09:52:40 AM
List:com.googlegroups.google-chart-api

If you use the chxp parameter to specify your label positions you can make a given label show up exactly where you want. It's use is specified in the API doc under "Axis Label Positions"

On Jun 9, 3:49 am, Crash <Cras@gmail.com> wrote:

I have a chart to list the number of registrations per chart (for phpBB). However, you cannot label by year, because the labels are evenly distrubuted. For example, we are in 2008, but the chart will make it look like it's the first day of 2009 or something similar, because the label is in the middle, instead of under where 2008 actually starts.

So I propose sending date or label information with the main information like so: chd=t:|5|9|18|10,2008|15| Where the label '2008' would appear right under the part of the line graph with the value 10.