Re: How to file bug reports in chart APIs

2009-11-17 Thread KeithB
The Charts API does not have bug reporting/tracking system for general use, but Google does monitor this group (Profile Name: Bug Chart) so definitely post details about your issue so group members can make comments and possibly help you out. Cheers, K -- You received this message because you

Re: Not all the points marked (a bug maybe)

2009-11-19 Thread KeithB
Hi there, It does appear that this might be a bug with the API. I noticed that you had a few extraneous ampersands, but even when specifying only the minimal parameters (cht, chs, chd) the API still refused to add all the markers. To test whether or not there may be a limit to how many markers

Re: Feature request: mouseover pie slice

2009-11-30 Thread KeithB
Google's Visualization API supports this - take a look at http://code.google.com/apis/visualization/documentation/gallery/piechart.html. The Chart API returns an image and an image only. Have fun, K -- You received this message because you are subscribed to the Google Groups Google Chart API

Re: Problem with priority for shape markers

2009-11-30 Thread KeithB
Kevin, Yes, this looks like it might be a small bug. Specifying PRIORITY 0: chm=o,00FF00,0,1,36,0|t5,FF,1,1,15,0 - green circle, then the 5 chm=t5,FF,1,1,15,0|o,00FF00,0,1,36,0 - 5 drawn, then the green circle Specifying PRIORITY 1: chm=o,00FF00,0,1,36,1|t5,FF,1,1,15,1 - green

Re: How can I create new maps

2009-12-10 Thread KeithB
At this time, those are the only geographical areas available. - K -- You received this message because you are subscribed to the Google Groups Google Chart API group. To post to this group, send email to google-chart-...@googlegroups.com. To unsubscribe from this group, send email to

Re: problems with ide spread of data

2009-12-10 Thread KeithB
Hi Oliver, If you take a look at your chart you'll see that the Y-Axis has a pixel of space underneath the 5000 tick mark and a larger space above the 95000 value. Google is charting the data just fine, but taking some liberties with the y-axis labels/positions. I'm assuming that they've gone for

Re: Help With Colors on Google Map API

2009-12-13 Thread KeithB
One of the gradient colors specified in your CHCO parameter is not a valid rgb hex value so the API is defaulting to the regular colors. Cheers, K -- You received this message because you are subscribed to the Google Groups Google Chart API group. To post to this group, send email to

Re: Line X-Y Chart: Chart not displaying properly

2009-12-16 Thread KeithB
You're specifying 12 x-axis coordinates and 13 y-axis coordinates. Cheers, Keith -- You received this message because you are subscribed to the Google Groups Google Chart API group. To post to this group, send email to google-chart-...@googlegroups.com. To unsubscribe from this group, send

Re: Scatter plot and data scaling

2009-12-16 Thread KeithB
You have three datasets (x-coords, y-coords, optional size), but are only specifying data scaling information for two. The API is therefore expecting your size values (third dataset) to be between 13000 and 14000. From the documentation: If you supply fewer data scaling parameters than there are

Re: Axis Range and Labels

2009-12-16 Thread KeithB
This appears to be a bug related to automatic resizing of bar width/ spacing (CHBH parameter). Removing your CHBH parameter completely (or *not* using the a and r resize options) will make the y-axis range display correctly. You should be able to specify pixel values for bar width/spacing to get

Re: Line X-Y Chart: Chart not displaying properly

2009-12-28 Thread KeithB
Hi, Now it's just a matter of scaling your data. Charts using text-encoded data range expect data values between 0 and 100. Your CHXR parameter changes the Y-Axis labels, but does nothing with the underlying data. Add chds=0,100,0,49 to tell the API that your first dataset (x values) ranges from

Re: How to change the color of label in google chart

2009-12-28 Thread KeithB
No, not at this time. -- You received this message because you are subscribed to the Google Groups Google Chart API group. To post to this group, send email to google-chart-...@googlegroups.com. To unsubscribe from this group, send email to google-chart-api+unsubscr...@googlegroups.com. For

Re: Too many chm points on line charts?

2009-12-28 Thread KeithB
Take a look at this older thread http://groups.google.com/group/google-chart-api/browse_thread/thread/14daa35f249c2811/d5595afba229282b?hl=enq=#d5595afba229282b and try something like: chm=d,FF,0,0:1000:-1,4,0 Cheers, Keith -- You received this message because you are subscribed to the

Re: Unicode support for chart tile and point annotations. Here is a small script to show the problem.

2009-12-29 Thread KeithB
The Chart API expects URL-encoded UTF-8 characters. See the examples at http://groups.google.com/group/google-chart-api/web/chart-types-for-map-pins Here's a site that I've used in the past to obtain utf-8 hex values: http://www.utf8-chartable.de/unicode-utf8-table.pl?number=1024 Good luck,

Re: Mapping out Google Group Usage

2009-12-29 Thread KeithB
Your CHXL parameter contains invalid data: chxr=end of range|. Removing that displays a pretty nice chart, but you'll probably want to increase the step-size for your x-axis labels (e.g. chxr=0,0,500,25). I'm not sure of the underlying data, but you're using simple encoding which means the

Re: Filled Line Graph

2010-01-04 Thread KeithB
Check out the Fill Area section within Getting Creative - Colors @ http://code.google.com/apis/chart/colors.html#fill_area_marker Have fun, K -- You received this message because you are subscribed to the Google Groups Google Chart API group. To post to this group, send email to

Re: Legend on a stacked horizontal bar chart

2010-01-11 Thread KeithB
I'm not sure what you're looking to show/see, but does the following help at all? http://tinyurl.com/ylgx9e9 Alternatively, I previously had the need to display two charts side-by- side and in order to display a common legend I went with a separate third chart that only showed a legend:

Re: extreme values

2010-01-11 Thread KeithB
Hi Oliver, Google's Chart API can handle this. The URL you posted was a bit mangled, but here's something that should get you started: http://tinyurl.com/y9rmj7h You'll see that I made the following changes: chxt=x,y - added; let's the API know you want both an X and Y axis chds=0,2208000 -

Re: Limit in chm

2010-01-11 Thread KeithB
Your chart displays fine for me (no errors generated). Here's the URL I used: http://tinyurl.com/ydu33wk I didn't change anything, just took your text-based URL and removed extra spacing/linefeeds, converted amp; to and pasted into the address bar of my browser. Cheers, K -- You received this

Re: Google-O-Meter Label invisible when arrow is vertical

2010-01-14 Thread KeithB
A slight bug since, at least, it should probably handle a normal amount of text at the default font size in all arrow positions. In case you didn't find the workaround yet, add a margin to the top of the chart by appending chma=0,0,10,0 to your URL (see

Re: How to Label Within a Group for Bar Charts

2010-01-21 Thread KeithB
Definitely reread the section on data point labels, you can give unique labels to each and every point on your chart: Here's the same chart as I specified earlier with unique labels for red/green in april/may: http://tinyurl.com/yd453hj It's all about the dataset and index you specify: chm=

Re: Stacked Bar Graphs Y Axis Issue - Misleading Data

2010-01-28 Thread KeithB
This is a common issue and has to do with the fact that charts using text-encoding support floating point numbers between 0 and 100. Yes, you specified a different range for the y-axis, but that doesn't change the underlying data. Read the Data Formats section again (especially Text Encoding With

Re: Legend Types

2010-01-29 Thread KeithB
This is not possible. - Keith -- You received this message because you are subscribed to the Google Groups Google Chart API group. To post to this group, send email to google-chart-...@googlegroups.com. To unsubscribe from this group, send email to

Re: Band chart

2010-01-29 Thread KeithB
Yes. Check out the Fill Area marker examples within the documentation: http://code.google.com/apis/chart/colors.html#fill_area_marker http://chart.apis.google.com/chart?cht=lc; chd=s:c0f,QaS chs=200x125 chm=b,FDA92C,0,1,0 Have fun, K -- You received this message because you are subscribed to

Re: Data Points for Stacked Bar

2010-01-29 Thread KeithB
If you add Data Point Labels (e.g. chm=N,00,0,-1,8|N,00,1,-1,8| N,00,2,-1,8) you'll notice that it gives you the values of your data points and not the ranges. If you want to display actual range information (0-45, 45-65, 65-98) you'll need to manual specify that information in the

Re: Possible to create such timeline chart?

2010-01-29 Thread KeithB
Short answer: no Long answer: you can try to get close (http://tinyurl.com/y8qym9e) but with the amount of text you're looking at it probably wouldn't look very nice. You can try using the Annotated Time Line chart from the Google Visualization API, but your data is just dates and text so you'd

Re: Can you draw this chart?

2010-02-01 Thread KeithB
The Chart API can come close to replicating it: http://tinyurl.com/ya6vhvh - See the Bar Chart Zero Line section @ http://code.google.com/apis/chart/styles.html#zero_line - I don't believe you'll be able color the negative/positive bars differently, so I added red/green marker shape markers, but

Re: Display Values inside BAR

2010-02-03 Thread KeithB
Yes, take a look at the Data Point Labels section: http://code.google.com/apis/chart/labels.html#data_point_labels If you absolutely must have the value *inside* the bar, you'll need to use a second data set to position the labels:

Re: Chart type lxy with Extended encoding

2010-02-03 Thread KeithB
The following should get you started: chd=e:..ccAA,AAcc..,AAcc..,AA..cc chd=e:Line-One-X-Values,Line-One-Y-Values,Line-Two-X- Values,Line-Two-Y-Values In addition, your URL contains a CHDS parameter which is ignored with extended encoding. Have fun, Keith -- You received this message

Re: candlesticks

2010-02-03 Thread KeithB
Financial Markers were added a while ago and may work for you: http://code.google.com/apis/chart/styles.html#financial_markers That's all I know about, sorry. -- You received this message because you are subscribed to the Google Groups Google Chart API group. To post to this group, send email

Re: Text over Chart ?

2010-02-08 Thread KeithB
The Chart API supports various types of labels -- see the following page for information about titles, legends, axis labels and data point labels: http://code.google.com/apis/chart/labels.html Also, take a look at multiple data series to position text directly onto the chart area. Here's an

Re: X-axis alignment

2010-02-09 Thread KeithB
You have an extra pipe character (which is reserving a spot on the axis). chxl=0:|2000|2001|2002|2003|2004|2005|2006|2007|2008|2009|2010|2:|0|0| 0|0|0|0|1|33|0|0|0| You need the separator between 2010 and 2:; you do not want the extra one at the end of the entire parameter string. Cheers, K --

Re: Avoid changing grid size when altering numbers of series

2010-02-10 Thread KeithB
Ben, You are specifying exact pixel values in your CHBH (bar width and spacing) parameter and the API only draws as much of the chart as required. Try switching to the automatic (chbh=a) or relative (chbh=r, 0.5,1.5) option and see if that will work for you. Cheers, Keith -- You received this

Re: Avoid changing grid size when altering numbers of series

2010-02-10 Thread KeithB
Yes, the (a) automatic and (r) relative options will resize bar/column widths and spacing as needed. The API is quite powerful, but there's no just do it my way parameter, you have to work towards that. If you really need consistent widths regardless of the number of data series you'll need to

Re: Label on Pie Chart

2010-02-10 Thread KeithB
The spaces in your labels are being converted into an HTML non- breaking space (nbsp;) which the Chart API does not understand. In a properly encoded URL spaces are converted into plus signs +. Hope that helps, K -- You received this message because you are subscribed to the Google Groups

Re: French characters in legend and labels

2010-02-18 Thread KeithB
Serge, Take a look at the Text Strings section of the documentation here: http://code.google.com/apis/chart/docs/gallery/dynamic_icons.html#encoding All display text passed to the Chart API must be UTF-8 encoded and then URL-encoded. This affects only non-URL-safe characters (URL-safe characters

Re: Line Chart with 2 data sets (each got different y axis)

2010-02-22 Thread KeithB
Yes. Here's an example using the Live Chart Playground: http://tinyurl.com/yhh6dcj Note the use of the following parameters: chds (Scale for text format of custom range) and chxr (axis ranges) parameters Cheers, Keith -- You received this message because you are subscribed to the Google

Re: Error bars on Grouped Bar charts

2010-02-26 Thread KeithB
Hi there. I'd love to help, but I don't have the time to plug in fake values for all your php variables. Can you send us an actual image URL, please? -- You received this message because you are subscribed to the Google Groups Google Chart API group. To post to this group, send email to

Re: Simple TEX operator question in Chart API

2010-03-03 Thread KeithB
Took me a while, but %2B works: http://chart.apis.google.com/chart?cht=txchl=a^2%2Bb^2=c^2 http://en.wikipedia.org/wiki/Plus_and_minus_signs#Character_codes Cheers, Keith -- You received this message because you are subscribed to the Google Groups Google Chart API group. To post to this

Re: image chart data source

2010-03-08 Thread KeithB
Interactive Charts (aka Visualization API) support data sources, but Image Charts do not. You will have to roll your own JavaScript or server-side solution for changing the image chart URL. Cheers, Keith -- You received this message because you are subscribed to the Google Groups Google Chart

Re: why my line is invisible

2010-03-11 Thread KeithB
Hi. Your CHDS parameter has a min/max for your first line (0,90,1000,2500), but per the documentation since you don't specify min/max info for the second line the API assumes that it is 1000,2500. A set of one or more minimum and maximum permitted values for each data series, separated by

Re: Values not taken

2010-03-18 Thread KeithB
This is a common mistake that everyone makes. Quick answer: add chds=0,300. Long answer: Reread the Text Format with Custom Scaling section of the API Documentation @ http://code.google.com/apis/chart/docs/data_formats.html#data_scaling and its discussion of the CHDS and CHXR parameters.

Re: Remove scaling for non-linear data?

2010-03-22 Thread KeithB
Your cht parameter is specifying an lc line chart which is a line chart where data points are spaced evenly along the x-axis. To have power over the exact x-coordinate, switch to the lxy line chart which lets you specify both x- and y-coordinates for each point, rather just the y values. Here's

Re: Strange Y-axis and markers on line chart with 2 time series ...

2010-04-12 Thread KeithB
Hi there, While your two data series differ slightly in their range of values (93-103 and 100-123) you are still plotting them on the same chart which has a single y-axis range. As such, you need to make your data scaling parameter (CHDS) match your y-axis range (CHXR=1,...).

Re: Strange Y-axis and markers on line chart with 2 time series ...

2010-04-13 Thread KeithB
Sorry, I was not very clear in my first message... Change your CHDS parameter to read chds=93,123 instead of chds=93,103,100,123 That will tell the API to treat 93 as the bottom of the chart and 123 as the top of the chart **for both data series**. Here's a link with the CHDS parameter change:

Re: Bar charts with bars going below the x-axis

2010-04-14 Thread KeithB
The Google Chart API can come pretty close: http://tinyurl.com/y3kj7vu Some comments: - no, you cannot rotate any of the labels - see the CHM parameter for the offset labels (http://code.google.com/ apis/chart/docs/gallery/bar_charts.html#gcharts_data_point_labels) - the fifth example in

Re: titleX titleY font size in line chart

2010-04-14 Thread KeithB
This is the Image Charts (Chart API) forum not the Interactive Charts (aka Google Visualization API) forum. You will probably want to repost @ http://groups.google.com/group/google-visualization-api That said, the Line Chart Visualization documentation (http://

Re: no-linea on Annotated Time Line

2010-04-14 Thread KeithB
Look at the Configuration Options (http://code.google.com/apis/ visualization/documentation/gallery/ annotatedtimeline.html#Configuration_Options) it does not appear so, but you've posted your question in the wrong forum. Moving this to the Google Visualization API forum could yield better

Re: Graph Font size/color

2010-04-14 Thread KeithB
Hi, While you cannot specify a default font size for all possibly label styles, the API definitely gives you the ability to specify font size and color for most labels. I do not believe you can specify size/color for legend items. Here's an example with custom Text Markers and Axis Labels. Good

Re: Hoover over data points to show Markers ?

2010-04-17 Thread KeithB
The ability to do this was added in the February 2010 release - see the following section: http://code.google.com/apis/chart/docs/json_format.html It's not going to be as easy or dynamic as you'll want, but it's possible. Consider Interactive Charts as an alternative as you get this functionality

Re: Running the Charts API locally?

2010-04-17 Thread KeithB
It has been mentioned in the past as being under consideration, but it is not possible at the moment. See the following: http://groups.google.com/group/google-chart-api/browse_thread/thread/7a3c3004c165cd60/9df9a33028c20d75 Cheers, K -- You received this message because you are subscribed to

Re: Negative axis with x-axis on 0

2010-04-17 Thread KeithB
This was discussed a few days agotake a look at the Bar Chart Zero Line parameter (chp) @ http://code.google.com/apis/chart/docs/gallery/bar_charts.html#chp Have fun, K -- You received this message because you are subscribed to the Google Groups Google Chart API group. To post to this

Re: Data scaling: Seriously, why doesn't this work? =(

2010-04-19 Thread KeithB
Data Scaling and Axis Scaling - Data is scaled to fit the format range - Axis label range is calculated independently http://code.google.com/apis/chart/docs/data_formats.html#scaled_values -- You received this message because you are subscribed to the Google Groups Google Chart API group. To

Re: x axis bars vs lines

2010-04-27 Thread KeithB
Adding chxtc=0,3 should work: http://code.google.com/apis/chart/docs/gallery/line_charts.html#axis_tick_marks Cheers, K -- You received this message because you are subscribed to the Google Groups Google Chart API group. To post to this group, send email to google-chart-...@googlegroups.com.

Re: x axis bars vs lines

2010-04-28 Thread KeithB
The CHXTC parameter is used to style axis tick marks for any axis. The documentation only provides examples for the Y and R axes, but you can definitely style the X. Here are some long, red x-axis tick marks: http://tinyurl.com/273f6r4 Here's your original link chart: http://tinyurl.com/2epybvc

Re: GIcon custome icon

2010-04-29 Thread KeithB
Wrong group. Try http://groups.google.com/group/google-maps-api -- You received this message because you are subscribed to the Google Groups Google Chart API group. To post to this group, send email to google-chart-...@googlegroups.com. To unsubscribe from this group, send email to

Re: Having Trouble with this simple Line Chart - Hours!!

2010-04-29 Thread KeithB
Take a look at an existing cht=lxy chart and check that your data is correctly formatted. From http://code.google.com/apis/chart/docs/gallery/line_charts.html#chart_types - chd=t:line_1_x1,line_1_x2,...|line_1_y1,line_1_y2,...| line_2_x1,line_2_x2,...|line_2_y1,line_2_y2,...

Re: Ampersand in Chart Title

2010-04-30 Thread KeithB
Hi, You need to UTF-8 encode your label and title text. Use %26 for the ampersand character = (e.g. chtt=ABC+%26+123) Unicode/UTF-8 character set: http://www.utf8-chartable.de/ Cheers, Keith -- You received this message because you are subscribed to the Google Groups Google Chart API group.

Re: Column height not matching x-axis values

2010-05-04 Thread KeithB
Peter, Your second chart is better, but still not correct. Read the entire Data Scaling and Axis Scaling section of the documentation @ http://code.google.com/apis/chart/docs/data_formats.html#scaled_values Key points: - Data is scaled to fit the format range: you're using the basic text format

Re: Adding custom labels on a bar chart

2010-05-04 Thread KeithB
Hi Peter, You're looking at the correct section, but are having problems interpreting the following: chxl= axis_index:|label_1|...|label_n |...| axis_index:|label_1|...|label_n Take a look at the last sample chart in that section. The key parts are chxt=x,x,y,y and

Re: Change numeric formatting (N*sz2*) English to Brazilian - pt_BR?

2010-05-04 Thread KeithB
On a whim I added hl=uk to the chart URL and the numbers seemed to change from 1,000.00 to 1 000,00. I can't find anything in the documentation, but maybe it will help investigate further. http://tinyurl.com/24sg54l Good luck, Keith -- You received this message because you are subscribed to

Re: calling information from sql and using data to chart a line graph

2010-05-08 Thread KeithB
Hi, Read this entire section of the API documentation http://code.google.com/apis/chart/docs/data_formats.html#scaled_values ... and then take a look at your chart parameters: - CHD: your data ranges from 25-27, - CHDS: you're telling Google that your data ranges between 20 and 30 - CHXL: you're

Re: Scaling with Simple Encoding Issue

2010-05-19 Thread KeithB
When using simple encoding you are responsible for scaling the data; changing CHXR values just changes the axis labels. Remember that with simple encoding the chart ranges from 0 to 61. If you can switch to text encoding the following section will help:

Re: Markers not displaying

2010-05-24 Thread KeithB
Avi, Your marker parameter sets are identical: chm=N,00,0,-1,10,,lv|N, 00,0,-1,10,,lv Your series_index values should be 0 and 1. Cheers, Keith -- You received this message because you are subscribed to the Google Groups Google Chart API group. To post to this group, send email to

Re: Problem in displaying line chart

2010-06-03 Thread KeithB
Hi Ravindar, The following section of the documentation explains what is going on better than I can via e-mail: http://code.google.com/apis/chart/docs/data_formats.html#scaled_values Without telling it differently, the API expects your x values to range from 0 to 100. Your 110 values are being

Re: decimal point character

2010-06-07 Thread KeithB
Rebound, See this thread (http://groups.google.com/group/google-chart-api/ browse_thread/thread/e5448d2e48535776/f8fde5ef4674db0e?hl=enq=) and use Google's language choice URL parameter (e.g. hl=pt_BR) - Keith -- You received this message because you are subscribed to the Google Groups Google

Re: Vertical Tick Marks Not Aligning to Axis

2010-06-08 Thread KeithB
Hi Wayne, I believe you're using axis tick mark styling to do something better accomplished with shape markers. Take a look at the following chart...

Re: ready event listener not working for some reason

2010-06-09 Thread KeithB
Not to be sassy, but I'd moving this question to the Interactive Chart (Visualization) API Forum (http://groups.google.com/group/google- visualization-api) will probably get a response. Cheers, Keith -- You received this message because you are subscribed to the Google Groups Google Chart API

Re: MD Counties

2010-06-10 Thread KeithB
I hope so as well, but until then we've been using Dundas Map. Doing a Google search on choropleth and county may provide additional alternatives. Good luck, Keith -- You received this message because you are subscribed to the Google Groups Google Chart API group. To post to this group, send

Re: Add % or $ to tooltip in chart

2010-06-11 Thread KeithB
Hi Daniel, Check out the documentation section entitled Text and Data Value Markers @ http://code.google.com/apis/chart/docs/gallery/line_charts.html#gcharts_data_point_labels It supports a lot of different formatting scenarios. Here's an example showing percentages.

Re: chart with link

2010-06-16 Thread KeithB
Hi Pablo, It's not an easy thing to do for Google Chart beginners or non- programmers, but you have two options: Using Image Charts: http://code.google.com/apis/chart/docs/json_format.html Using Interactive Charts :

Re: Add % or $ to tooltip in chart

2010-06-16 Thread KeithB
I have no idea, sorry. You'll want to check out the Interactive Charts forum @ http://groups.google.com/group/google-visualization-api Cheers -- You received this message because you are subscribed to the Google Groups Google Chart API group. To post to this group, send email to

Re: What am I doing wrong here?

2010-06-21 Thread KeithB
Hi Nathan, This is a common mixup, but you're posting in the forum for Image Chart instead of Interactive Charts. The correct forum is @ http://groups.google.com/group/google-visualization-api That said, while I cannot help you with the C++ portion of your program, your javascript code

Re: Timescale instead of date scale..

2010-07-04 Thread KeithB
Sorry, the data.setValue() code posted was just a sample showing that the new Date() constructor can take additional parameters for hour, minute, second, etc. You still need to keep the other setValue() calls that show up in the default annotated timeline code playground example or you'll just be

Re: Limit on text in chem parameter?

2010-07-06 Thread KeithB
Hi Toby, Some extra info, but no answers: Working Chart (11 markers): http://tinyurl.com/23egvqw Non-working Chart (12 markers): http://tinyurl.com/26sffn3 Chart API validation of non-working chart: http://tinyurl.com/29hk5pe Validation Response: Warning The Chart API request contains the

Re: Arrow_d note

2010-07-09 Thread KeithB
Len, I don't believe that there's an existing custom marker note style that will work for you. Some options: Using UTF-8 block arrows and text markers: http://tinyurl.com/2ddzhch chm=t %e2 %86 %92 Max (repeating just to make sure the correct parameters come out. I used

Re: API Gráficos.

2010-07-09 Thread KeithB
Hi, I don't think there's much you can do, but try adjusting the width/ height ratio of you graph. See this: http://chart.apis.google.com/chart?cht=vchs=200x100chd=t:100,20,20,20,20,0,0chco=ff,00ff00,ffchdlp=tchf=c,s,00 versus this:

Re: Position x-axis labels vertically?

2010-07-10 Thread KeithB
Not currently, Peter, no. Your best workaround is to alternate the text across two x axes: http://tinyurl.com/29k7g99 Cheers, K -- You received this message because you are subscribed to the Google Groups Google Chart API group. To post to this group, send email to

Re: Line chart getting chopped off at min and max

2010-07-28 Thread KeithB
Hello, Definitely a display quirk, but something that may work for you (with your own tweaking) would be to add markers with the CHM parameter and specify make the WHICH_POINTS portion of the CHM parameter less than zero. Using chls=6chm=o,0066FF,0,-0.2,6 looks close, but I'll let you

Re: google-o-meter needle color

2010-07-28 Thread KeithB
Well done. A very nice find, my friend! -- You received this message because you are subscribed to the Google Groups Google Chart API group. To post to this group, send email to google-chart-...@googlegroups.com. To unsubscribe from this group, send email to

Re: Can the x-axis values run in descending order?

2010-07-28 Thread KeithB
Hi Chip, The CHXR parameter (Axis Range) takes a starting value, ending value and step. Here's a quick example: http://chart.apis.google.com/chart?chxt=xchxr=0,10,1,1cht=lcchd=s:cEAELFchs=200x125 You might also want to check out the CHXL parameter (Custom Axis Labels). Cheers, Keith -- You

Re: Chart not displaying correct image

2010-07-28 Thread KeithB
Hi Dustin, It's been a while since I've encountered this, but in my case it was due to an incorrectly formatted URL. This was prior to the recently added chof=validate option. If I recall correctly it was due to extraneous pipe symbols or specifying multiple parameters (e.g.

Re: Chart not displaying correct image

2010-07-29 Thread KeithB
Sorry, Dustin, but I can't find anything that might be of issue with your chart URL. If you haven't already, I'd try gathering more information using Fiddler2. If its not a browser or connection issue, I'd look for possible API bugs by making multiple copies of your IMG and modify the URL (by

Re: Chart Img Map for 3D

2010-07-29 Thread KeithB
Your absolutely right, Srikanth, I just wasn't thorough in testing. Definitely a bug in coordinate generation. I tried specifying data in text format (chd=t:30,30,40) while adhering to the 0-100 default text range to see if it was a data scaling issue but received the same results (incorrect

Re: IP ranges for chart.apis.google.com

2010-08-01 Thread KeithB
Franklin, I'm not a networking guy, but here are a few links for you to look at: http://whois.arin.net/rest/net/NET-209-85-128-0-1 -- Google owns the range 209.85.128.0 - 209.85.255.255 http://www.dnswatch.info/dns/dnslookup?la=enhost=chart.apis.google.comtype=Asubmit=Resolve -- A reverse DNS

Re: Newbie here: World maps.

2010-08-01 Thread KeithB
Will, It looks like the CHTM parameter is part of the Map Chart (Deprecated Version) @ http://code.google.com/apis/chart/docs/gallery/map_charts.html I don't see it in Zoom/Center section of the Map Chart (New Version) page @

Documentation Bug

2010-08-01 Thread KeithB
The United States State Code link at the top of the Map Charts documentation page goes nowhere. Page: http://code.google.com/apis/chart/docs/gallery/new_map_charts.html Bad LInk: http://code.google.com/apis/chart/docs/gallery/new_map_charts.html#statecodes -- You received this message because

Re: how to use our own image as custom icon in google Static Map API

2010-08-02 Thread KeithB
Jimmy, Your image needs to be available via HTTP. You'll have to publish it to a website (yours or a public image repository: picasa, flickr, etc.). Here's a static map using a 64x64 PNG being served up by google.de:

Re: Pie has equal slices....

2010-08-02 Thread KeithB
Hi Jason, Take a look at the following section on Data Formats: http://code.google.com/apis/chart/docs/data_formats.html#text The API is expecting values between 0 and 100. Adding chds=0,585 to your URL will tell the API to expect data ranging from zero to 585. Sometimes it seems that the API

Re: Image Bar chart help

2010-08-06 Thread KeithB
Hi there. This is a common issue with new users. Take a look at the following sections of the documentation: Basic Text Data: http://code.google.com/apis/chart/docs/data_formats.html#text Text Format with Custom Scaling: http://code.google.com/apis/chart/docs/data_formats.html#data_scaling

Re: Pie Chart - Labels on Slice

2010-08-06 Thread KeithB
Not at this time, no. -- You received this message because you are subscribed to the Google Groups Google Chart API group. To post to this group, send email to google-chart-...@googlegroups.com. To unsubscribe from this group, send email to google-chart-api+unsubscr...@googlegroups.com. For

Re: Chart Transparent Background

2010-08-12 Thread KeithB
Hi Jré, This is the form for image (static) charts, not the visualization (interactive) charts. That said, it looks like only HTML color strings are allowed: http://code.google.com/apis/visualization/documentation/gallery/piechart.html#Configuration_Options Good luck, K -- You received this

Re: Make line in bar chart

2010-08-25 Thread KeithB
Madsen, If you mean a horizontal line across the entire chart, the Range Marker is what you want: http://code.google.com/apis/chart/docs/gallery/bar_charts.html#gcharts_range_markers Add the following to your chart: chm=r,FF,0,0.495,0.505 The important thing to realize is that your start

Re: Show unicode arrows

2010-08-25 Thread KeithB
Vela, This appears to be a bug or at least a shortcoming of the Chart API. You are definitely encoding the UTF-8 hex values properly. I use the following Unicode/UTF-8 character table: http://www.utf8-chartable.de/unicode-utf8-table.pl Here's my attempt at an arrow, which does not work:

Re: Is there a Best Fit option to auto-scale the axes?

2010-09-08 Thread KeithB
Not at this time, no. - Keith -- You received this message because you are subscribed to the Google Groups Google Chart API group. To post to this group, send email to google-chart-...@googlegroups.com. To unsubscribe from this group, send email to

Re: Is there a Best Fit option to auto-scale the axes?

2010-09-08 Thread KeithB
Sorry, I'm just a user, not a Chart API developer. I believe the API was initially used internally and then made available to us developers. As such, it's quite powerful, but there's never been a we'll make it look nice for you kind of feature with other charting tools. My guess is that it will

Re: URL encoding in Gmail breaks static graphic from API

2010-09-13 Thread KeithB
Hi, I'm not sure if you're referring to URLs that you add and Gmail turns into links or inline images. Links/URLs work fine for me in Gmail. I couldn't figure out how to add an inline image at first, but found the following tool which works nicely:

Re: Multiple stacked charts with the same x-axis?

2010-09-28 Thread KeithB
As a single image, no, the API doesn't support this, but you can definitely come close... Check out the Chart Wizard @ http://code.google.com/apis/chart/docs/chart_wizard.html You'll see some basic/normal looking line charts (x and y axis specified) but you'll also notice Sparkline charts. A

Re: map with two countries and labels on some towns

2010-09-30 Thread KeithB
Hi Gerrit, MAP chart types support countries, states and regions for input data. It does not support individual cities. That said, the API provides lots of customizations and you can get kind of close...

Re: How do I reverse the order of the Y-axis

2010-10-20 Thread KeithB
Bhaskar, Take a look at the CHDS parameter (if you're using text-encoded data). With it, you can tell the API what range of data to expect for a given series. Starting graph: http://chart.apis.google.com/chart?cht=lcchs=200x125chd=t:40,60,60,45,47,75,70,72chxt=ychxr=0,0,100 Flipped graph:

<    1   2   3   >