400 errors when requesting dynamic maps markers

2009-07-30 Thread Jesse Fulton
First of all, thanks a ton for exposing the functionality to dynamically create markers for Google Maps. I've followed the directions at http://groups.google.com/group/google-chart-api/web/chart-types-for-map-pins for creating dynamic, custom pins. But when running my site locally on

Re: Line breaks in labels

2009-07-30 Thread KevinB
I made a second x-axis label set, but there's too much vertical space:

Re: is individual color for every bar in a bar chart possible? specification of free space before first bar?

2009-07-30 Thread KeithB
I think your spacing solution is probably best. Regarding individual colors, try: chco=ff|ff|dd|bb|99|77|55| 33|11|ff and the documentation discusses how colors repeat if you define too few. Good luck, K

Re: is individual color for every bar in a bar chart possible? specification of free space before first bar?

2009-07-30 Thread KeithB
Unfortunately, no, but you can specify text for two x-labels (see http://code.google.com/apis/chart/labels.html#axis_labels): chxt=x,y,x chxl=0:|Fine lines and wrinkes|Skin is firmer|Skin appeared|Overall skin|2:|were reduced||more youthful|has improved Or move to a horizontal bar chart...

Re: Line breaks in labels

2009-07-30 Thread KeithB
We had the same idea - my original post was on the wrong thread... Unfortunately, no, but you can specify text for two x-labels (see http://code.google.com/apis/chart/labels.html#axis_labels): chxt=x,y,x chxl=0:|Fine lines and wrinkes|Skin is firmer|Skin appeared|Overall skin|2:|were

Google Charts’ simpleEncode in PHP

2009-07-30 Thread Nick
The docs for the new Google Charts API include a Javascript function called simpleEncode. It demonstrates encoding a data set into a “Simple encoding” as expected by the API...followed by a PHP function which does the same thing. function simpleEncode($values, $maxValue=-1) {