Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
New chart types: Map pins, sticky notes, information bubbles, text with outline
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  14 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
rogerts  
View profile  
 More options Oct 23 2008, 11:52 am
From: rogerts <roge...@google.com>
Date: Thu, 23 Oct 2008 08:52:24 -0700 (PDT)
Local: Thurs, Oct 23 2008 11:52 am
Subject: New chart types: Map pins, sticky notes, information bubbles, text with outline
We have added several new chart types to the chart API. They let you
enrich your Internet application and make it more upbeat. In
particular we added: Map pins with text or icons inside, several kinds
of sticky notes, information bubbles, and text with an outline.

If you'd like to know how to get them for your application, click on
the following links:

    * Map pins: http://groups.google.com/group/google-chart-api/web/chart-types-for-m...
    * Sticky notes: http://groups.google.com/group/google-chart-api/web/chart-types-for-s...
    * Information bubbles: http://groups.google.com/group/google-chart-api/web/chart-types-for-i...
    * Text with an outline: http://groups.google.com/group/google-chart-api/web/chart-type-for-te...

Happy charting!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
joggle  
View profile  
 More options Oct 28 2008, 12:46 pm
From: joggle <cummi...@gmail.com>
Date: Tue, 28 Oct 2008 09:46:45 -0700 (PDT)
Local: Tues, Oct 28 2008 12:46 pm
Subject: Re: New chart types: Map pins, sticky notes, information bubbles, text with outline
That's nice, but any report on if/when Unicode will be supported? I
can't really use your chart API until it has support for Asian
characters unfortunately.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rogerts  
View profile  
 More options Oct 29 2008, 6:11 am
From: rogerts <roge...@google.com>
Date: Wed, 29 Oct 2008 03:11:07 -0700 (PDT)
Local: Wed, Oct 29 2008 6:11 am
Subject: Re: New chart types: Map pins, sticky notes, information bubbles, text with outline
Hi Joggle,
Thanks for your mail.

Unicode is already supported. Wherever, in the examples, there's a
place for you to enter text, you can enter Unicode text. It has to be
encoded in UTF-8 and then, because you put this in a URL, it has to be
URL-encoded. For example,
  http://www.google.com/chart?chst=d_map_pin_letter&chld=%E9%A7%85|FFFF00|000000
gives you a map pin with the kanji for "station" inside, while
  http://www.google.com/chart?chst=d_map_pin_letter&chld=A|FFFF00|000000
gives you a map pin with an "A" inside. You can do this will all other
chart types.

You can do a web search for "unicode converter" to convert to UTF-8;
then converting to URL-encoding is easy.

Note that, although we have Unicode support, this doesn't mean that
all languages are supported.

On Oct 28, 5:46 pm, joggle <cummi...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Teto  
View profile  
 More options Nov 18 2008, 11:09 am
From: Teto <TamerNas...@gmail.com>
Date: Tue, 18 Nov 2008 08:09:17 -0800 (PST)
Local: Tues, Nov 18 2008 11:09 am
Subject: Re: New chart types: Map pins, sticky notes, information bubbles, text with outline
Hi,
I just have a quick question regarding your comment.

When I try to Encode my English chart API URL using UTF-8. Google
chart doesn't recognize the encoded URL and I got error on the browser
"Bad Request"

java.net.URLEncoder.encode(strURL,"UTF-8");

Original URL:
http://chart.apis.google.com/chart?cht=p&chd=t:37,0,50,12,1,0,0&chs=3...|Shrub/Grass|Trees|Built|Bare/Ice|Water&chco=FFFF66,ffffff,99FF66,006600,cc 0000,cccc66,76A4FB&chf=bg,s,d3d3d3&chdl=Agriculture||Shrubs
and Grass|Trees|Built|Bare or Ice|Water&chdlp=b

Encoded UTF-8 URL:
http://chart.apis.google.com/chart?cht%3Dp%26chd%3Dt%3A37%2C0%2C50%2C...

Please advise. Thanks

On Oct 29, 5:11 am, rogerts <roge...@google.com> wrote:

characters unfortunately.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rogerts  
View profile  
 More options Nov 18 2008, 11:18 am
From: rogerts <roge...@google.com>
Date: Tue, 18 Nov 2008 08:18:33 -0800 (PST)
Local: Tues, Nov 18 2008 11:18 am
Subject: Re: New chart types: Map pins, sticky notes, information bubbles, text with outline
Hi Teto,

You should only apply UTF-8 encoding and URL-encoding to the text that
is to be displayed, but not to the special characters that ChartServer
uses to separate the different elements. In your example, only the
spaces in the chdl argument have to be URL-encoded (you actually don't
need UTF-8 encoding because all the characters that you use are
ASCII). So the correct URL would be

http://chart.apis.google.com/chart?cht=p&chd=t:37,0,50,12,1,0,0&chs=3...|Shrub%2FGrass|Trees|Built|Bare/Ice|Water&chco=FFFF66,ffffff,99FF66,006600, cc0000,cccc66,76A4FB&chf=bg,s,d3d3d3&chdl=Agriculture||Shrubs%20and%20Grass |Trees|Built|Bare%20or%20Ice|Water&chdlp=b

Note that the "&" stay unchanged, because they are used to separate
different elements in the URL. If you wanted to actually show a "&" in
the image, you would escape it as %26. Compare the previous URL with

http://chart.apis.google.com/chart?cht=p&chd=t:37,0,50,12,1,0,0&chs=3...|Shrub%2FGrass|Trees%26more|Built|Bare/Ice|Water&chco=FFFF66,ffffff,99FF66, 006600,cc0000,cccc66,76A4FB&chf=bg,s,d3d3d3&chdl=Agriculture||Shrubs%20and% 20Grass|Trees|Built|Bare%20or%20Ice|Water&chdlp=b

I hope this helps!

On Nov 18, 5:09 pm, Teto <TamerNas...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jakobc  
View profile  
 More options Nov 21 2008, 4:35 am
From: Jakobc <jakob...@gmail.com>
Date: Fri, 21 Nov 2008 01:35:08 -0800 (PST)
Local: Fri, Nov 21 2008 4:35 am
Subject: Re: New chart types: Map pins, sticky notes, information bubbles, text with outline
Hey!
Thanks for the great work, really cool, like much other at Google ;)

I have a feature request.

I'm trying to use Linear stripes to indicate weeks in a graph, these
are of course the same size, so optimal I can define only two color/
width.
But if I would like to set a offset eg. if the graph starts on a
thursday.(and still only use the two color/width for the graph)
Now the solution is to make color/width for all weeks at the length of
the chart, it could be nice to make a offset.

Have anyone solved this i some other way, then I like to know :)
Jakob


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark Winton  
View profile  
 More options Nov 21 2008, 4:43 am
From: "Mark Winton" <ma...@profilerxp.com>
Date: Fri, 21 Nov 2008 11:43:16 +0200
Local: Fri, Nov 21 2008 4:43 am
Subject: RE: New chart types: Map pins, sticky notes, information bubbles, text with outline
Hey Jacob

What about making the color for the first two the same as the background
with some arbitrary value so that they get "shown".
Have you got an example of what you are trying to do that you can post.

It's a hack but it may work.
Regards
Mark


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jakobc  
View profile  
 More options Nov 21 2008, 5:36 am
From: Jakobc <jakob...@gmail.com>
Date: Fri, 21 Nov 2008 02:36:28 -0800 (PST)
Local: Fri, Nov 21 2008 5:36 am
Subject: Re: New chart types: Map pins, sticky notes, information bubbles, text with outline
Hey Mark!
First link didn't work out so good, so I try agian :)

http://chart.apis.google.com/chart?cht=lc&chs=1000x200&chd=s:XNYCDBFF...c,ls,0,F5F5DC,0.027173912152648,FFFFFF,0.0380434766411781,F5F5DC,0.03804347 66411781,FFFFFF,0.0380434766411781,F5F5DC,0.0380434766411781,FFFFFF,0.03804 34766411781,F5F5DC,0.0380434766411781,FFFFFF,0.0380434766411781,F5F5DC,0.03 80434766411781,FFFFFF,0.0380434766411781,F5F5DC,0.0380434766411781,FFFFFF,0 .0380434766411781,F5F5DC,0.0380434766411781,FFFFFF,0.0380434766411781,F5F5D C,0.0380434766411781,FFFFFF,0.0380434766411781,F5F5DC,0.0380434766411781,FF FFFF,0.0380434766411781,F5F5DC,0.0380434766411781,FFFFFF,0.0380434766411781 ,F5F5DC,0.0380434766411781,FFFFFF,0.0380434766411781,F5F5DC,0.0380434766411 781,FFFFFF,0.0380434766411781,F5F5DC,0.0380434766411781,FFFFFF,0.0380434766 411781,F5F5DC,0.0380434766411781&chdlp=t&chdl=Usages|Downloads&chxt=y,r,x,t &chxl=0:|0|20|40|60|80|100|1:|0|20|40|60|80|100|2:|Jun|Jul|Aug|Sep|Oct|Nov| 3:|Usages|Downloads&chxp=2,6,22,39,55,72,89&chxr=&chxs=0,4169E1|1,FF8C00&ch g=0,20&chm=B,F0F8FF,0,0,0&chls=3,0,0

Hope it works this time...
Jakob

On 21 Nov., 10:43, "Mark Winton" <ma...@profilerxp.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jakobc  
View profile  
 More options Nov 21 2008, 5:41 am
From: Jakobc <jakob...@gmail.com>
Date: Fri, 21 Nov 2008 02:41:27 -0800 (PST)
Local: Fri, Nov 21 2008 5:41 am
Subject: Re: New chart types: Map pins, sticky notes, information bubbles, text with outline
Well it didn't, you have to add the rest of the url to the link
manually, sorry for that

Jakob

On 21 Nov., 11:36, Jakobc <jakob...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
lyzby  
View profile  
 More options Dec 8 2008, 1:49 pm
From: lyzby <lance_ben...@compuserve.com>
Date: Mon, 8 Dec 2008 10:49:32 -0800 (PST)
Local: Mon, Dec 8 2008 1:49 pm
Subject: Re: New chart types: Map pins, sticky notes, information bubbles, text with outline

On Oct 23, 10:52 am, rogerts <roge...@google.com> wrote:

> We have added several new chart types to the chart API.  ...

I would like to request an additional chart--a variety of candlestick
chart such as is sometimes used to chart the movements of a stock--
like this one here: http://tinypic.com/view.php?pic=2hmhs0m&s=4

For each data point the input takes high, low, start value, end value,
and item label (horizontal ).  Start value is shown as the leftward
tic, end value as the rightward.  Items which end higher than the
previous item are shown in a settable "bull color", items which end
lower than the previous are shown in a "bear color".  Items which end
the same as the previous are shown in the previous color.

Thanks for consideration.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
WindChart  
View profile  
 More options Dec 9 2008, 2:08 pm
From: WindChart <brentwashbu...@gmail.com>
Date: Tue, 9 Dec 2008 11:08:27 -0800 (PST)
Local: Tues, Dec 9 2008 2:08 pm
Subject: Re: New chart types: Map pins, sticky notes, information bubbles, text with outline
The image shown in the tinypic URL is actually called a bar chart,
which is another useful chart type.  rogerts, please add both bar and
candlestick chart types, with similar APIs: (up color, down color) and
data in (open, high, low, close) groups of four values per bar/
candlestick.  Those values are charted against the y-axis, and the x
values should be assigned just like a spike chart.  Thank you!

On Dec 8, 10:49 am, lyzby <lance_ben...@compuserve.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Roger Trias Sanz  
View profile  
 More options Mar 5 2009, 6:37 am
From: Roger Trias Sanz <roge...@google.com>
Date: Thu, 5 Mar 2009 12:37:01 +0100
Local: Thurs, Mar 5 2009 6:37 am
Subject: Re: New chart types: Map pins, sticky notes, information bubbles, text with outline
We just noticed that a new library written by Masashi Katsumata has
been uploaded to the Google Maps API Utility Library repository in
code.google.com. It lets you easily use "information bubbles" in a
map, and has a JavaScript interface so you don't need to build URLs
yourselves.

Main directory:
http://gmaps-utility-library.googlecode.com/svn/trunk/popupmarker
Example: http://gmaps-utility-library.googlecode.com/svn/trunk/popupmarker/1.0...

Give it a look :)

--
Google Switzerland GmbH - Identifikationsnummer: CH-020.4.028.116-1

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Evan  
View profile  
 More options Mar 31 2009, 1:53 pm
From: Evan <evancha...@gmail.com>
Date: Tue, 31 Mar 2009 10:53:44 -0700 (PDT)
Local: Tues, Mar 31 2009 1:53 pm
Subject: Re: New chart types: Map pins, sticky notes, information bubbles, text with outline
Box plots!

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Maragues  
View profile  
 More options Apr 30 2009, 9:45 am
From: Maragues <miguelarag...@gmail.com>
Date: Thu, 30 Apr 2009 06:45:29 -0700 (PDT)
Local: Thurs, Apr 30 2009 9:45 am
Subject: Re: New chart types: Map pins, sticky notes, information bubbles, text with outline
I am feeling a bit stupid - I don't manage to place a marker in a map!

http://chart.apis.google.com/chart?chs=440x220&cht=t&chtm=world&chst=...FF0000|000000AG&chd=s:f&chf=bg,s,eaf7fe

I'd like to place it in top of Antigua y Barbuda (caribbean island).
I've tried several combinations, but none works.  Any help?

Also, I read you expect to extend the number of regions (which is
really needed). Is it something to come soon or still down in the
priority list? Thanks a lot for this great service!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »