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:
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.
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:
> 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.
> 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 aURL, it has to beURL-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 toURL-encodingis 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:
> > 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
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
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
> 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"
> On Oct 29, 5:11 am, rogerts <roge...@google.com> wrote:
> > 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 aURL, it has to beURL-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 toURL-encodingis 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:
> > > 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
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
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.
[mailto:google-chart-api@googlegroups.com] On Behalf Of Jakobc
Sent: Friday, November 21, 2008 11:35
To: Google Chart API
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
-- No virus found in this incoming message.
Checked by AVG. Version: 7.5.549 / Virus Database: 270.9.8/1800 - Release Date: 2008/11/19
18:55
> 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.
> [mailto:google-chart-api@googlegroups.com] On Behalf Of Jakobc
> Sent: Friday, November 21, 2008 11:35
> To: Google Chart API
> 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
> --
> No virus found in this incoming message.
> Checked by AVG.
> Version: 7.5.549 / Virus Database: 270.9.8/1800 - Release Date: 2008/11/19
> 18:55
> On 21 Nov., 10:43, "Mark Winton" <ma...@profilerxp.com> wrote:
> > 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
> > [mailto:google-chart-api@googlegroups.com] On Behalf Of Jakobc
> > Sent: Friday, November 21, 2008 11:35
> > To: Google Chart API
> > 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
> > --
> > No virus found in this incoming message.
> > Checked by AVG.
> > Version: 7.5.549 / Virus Database: 270.9.8/1800 - Release Date: 2008/11/19
> > 18:55
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.
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:
> On Oct 23, 10:52 am, rogerts <roge...@google.com> wrote:
> > We have added several newcharttypes to thechartAPI. ...
> I would like to request an additionalchart--a variety ofcandlestickchartsuch as is sometimes used tochartthe 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.
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.
On Thu, Oct 23, 2008 at 4:52 PM, rogerts <roge...@google.com> wrote:
> 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:
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!