5 messages in com.googlegroups.google-chart-apiRe: sparklines
FromSent OnAttachments
danibto07 Dec 2007 02:31 
Uwe Maurer09 Dec 2007 19:06 
riezebosch24 Jan 2008 02:38 
riezebosch24 Jan 2008 04:51 
Adam Greene24 Jan 2008 15:20 
Subject:Re: sparklines
From:Adam Greene (adam@gmail.com)
Date:01/24/2008 03:20:16 PM
List:com.googlegroups.google-chart-api

Hi Uwe,

very nice!!

I'm not sure if this a bug or not, but take a look at this chart and the red dot at the end of the line: http://chart.apis.google.com/chart?chco=76A4FB&cht=lfi&chf=bg,s,ffffff&chs=350x125&chm=r,E5ECF9,0,0.19,0.38%7Co,AA1100,0,29,5&chd=e:jxbeSHakjBZNXsVISkYrdgiafPb7QmpgMiYw6GcEh9jFiMhNcBfjoJVSfehl

The red dot is cut off. Now if I have a y-axis defined on the right side or specify a legend, there is enough padding to show the red dot in its full glory.

Would you mind letting me know if you would like me to file a bug or feature ticket?

thanks! Adam

On Dec 9 2007, 7:06 pm, Uwe Maurer <uwe.@google.com> wrote:

Hi !

On Dec 7, 11:31 am, danibto <dani@gmail.com> wrote:

i'm building sparlines for an app, and i found 2 problems to do it:

- how can i hide the axis lines?

We will add a new line chart type forsparklinesthat has the axis lines disabled.

Until then you can use this:

http://chart.apis.google.com/chart?cht=lc&chs=100x50&chd=s:ABcd34GFh&...

It adds and x and y axis and then uses the chxs parameter to turn off the axis lines. The last parameter of chxs is '_' which means no lines and no ticks. (also 't' for ticks, and 'l' for lines and 'lt' for both works, we will add this to the documentation)

- i want to put a shape marker on end point, but the chart hasn't enough margins and the marker appears broken, how can i set the chart margins

We will add a parameter to control the margin.

Thanks,