3 messages in com.googlegroups.google-chart-apiRe: Get Starting, but have a problem
FromSent OnAttachments
Eduardo13 Jun 2008 07:32 
Ken13 Jun 2008 09:18 
josh15 Jun 2008 08:24 
Subject:Re: Get Starting, but have a problem
From:Ken (ken.@gmail.com)
Date:06/13/2008 09:18:40 AM
List:com.googlegroups.google-chart-api

You are intending to use simple encoding or extended ?

Your request shows simple encoding: B k D I E s If you wanted to use extended encoding: Bk DI Es

then change chd=s: to chd=e:

That will give you three values.

I cannot help with label markers because the request got cut off.

On Jun 13, 7:32 am, Eduardo <dual@gmail.com> wrote:

Hi there, first, sorry about my english.

Here is the thing: A simple chart url request bring me a strange return:

http://chart.apis.google.com/chart?cht=p3&chs=750x250&chd=s:BkDIEs&ch...Test2|Test3

Dimensions: 750x250 -> OK Data: Bk DI Es (100 200 300) -> Wrong, it gives me six different values Label: Test1 Test2 Test3 -> OK but in wrong place

What is wrong?

Tks folks