Re: [visualization-api] How to change the color of the selected region

2012-06-19 Thread EZChart
Sorry for the late reply. I guess that by 'selected region' you mean the region you specified in the options. This region only determines which map to display, but has no special treatment other than that. The color of the regions depends on the data associated with them. On Wed, Jun 13, 2012 at

Re: [visualization-api] How to get city/area name from the GPS coordinates....???

2012-06-13 Thread EZChart
We don't handle geocoding questions. Try https://groups.google.com/forum/?fromgroups#!forum/google-maps-api-web-services . On Wed, Jun 13, 2012 at 1:48 PM, mrishadali wrote: > I want to get the city/area name from the GPS coordinates. > > I can get the details of the GPS points using Google API

Re: [visualization-api] Image instead of dot in scatter chart

2012-06-13 Thread EZChart
Currently, there's no plan to add images to scatter chart. Did you try using Bubble Chart ( https://developers.google.com/chart/interactive/docs/gallery/bubblechart)? There is no image support there, but at least you can add a label to each bubble. On Wed, Jun 13, 2012 at 10:32 AM, Tom Kleijkers w

Re: [visualization-api] using UTF-8 instead of iso-8859-1 in chart axis name

2012-06-12 Thread EZChart
As far as I know this is a JavaScript issue and has nothing to do with Google Charts. When specifying Unicode characters in JavaScript, you can only use UTF-16 encoding (see http://javascript.about.com/library/blunicode.htm). On Mon, Jun 11, 2012 at 6:36 PM, Vincent Bruneau < vincent.brun...@googl

Re: [visualization-api] Viewport biasing in Geochart/map

2012-06-12 Thread EZChart
I'm not sure what you mean. As far as I know, region biasing is used in geocoding ( https://developers.google.com/maps/documentation/javascript/geocoding#GeocodingRegionCodes), and has nothing to do with borders. We use region biasing in GeoChart marker mode to identify the position of a given loca

Re: [visualization-api] Use regions map and marker map on the same page

2012-05-08 Thread EZChart
Unfortunately, GeoChart does not support a combination of marker and region modes at the same time. On Tue, May 8, 2012 at 3:17 PM, Sachin wrote: > Hi, > > I am developing a module in which I want to highlight region(after > clicking on it) from world map, then highlight a country as region and

Re: [visualization-api] regarding GeoChart ToolTip

2012-05-07 Thread EZChart
1. There's no option in GeoChart for hiding the tooltip. However, if you are ok with removing all interactivity from the chart (no highlight effect and no event triggering), than there's a workaround - add an empty div on top of the chart. 2. The color options do not work when there's only one col

Re: [visualization-api] Playground not showing up in IE 9

2012-05-07 Thread EZChart
Yes, unfortunately the playground does not work on IE. On Mon, May 7, 2012 at 11:32 AM, Amir Miller wrote: > Hi, > > When I try to load the playground in IE 9 I get the 2 boxes (pick an api > and edit code) blank. > Is this a know issue? > > Amir. > > -- > You received this message because you a

Re: [visualization-api] GeoChart and DataTable

2012-05-05 Thread EZChart
You were looking in the right place. The regionClick event is thrown for every region clicked, regardless of your data. It uses ISO codes to describe the region identities, and does not supply any other names. This event is mainly useful when you want to implement a zoom behavior for your chart, wh

Re: [visualization-api] Rounded Corners for Treemap

2012-05-05 Thread EZChart
There is currently no such option. On Thu, May 3, 2012 at 11:32 PM, trowley wrote: > Is this possible? > > Thanks! > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To post to this group, send email to > google-visualization-

Re: [visualization-api] Labelling the baseline.

2012-05-02 Thread EZChart
I guess that you set the baseline of the vAxis. In that case there's not much you can do. However, if you set the baseline of the hAxis, then you can use the domain annotation feature to add any text you want on the baseline position (see https://developers.google.com/chart/interactive/docs/roles#

Re: [visualization-api] ERROR: Object # has no method 'each'

2012-05-02 Thread EZChart
the fact you're changing the data table after you pass it to draw(). It would be better if you do "new google.visualization.DataTable()" every time you redraw. Hope this helps, EZChart On Mon, Apr 30, 2012 at 8:12 PM, ni man wrote: > Hello, > > the Object # has no method

[visualization-api] Re: What is Google's internal mapping of countries to sub-region codes?

2012-04-04 Thread EZChart
Hi Matt, What we have is a list of provinces we support per country (attached as a csv). We don't know the mapping between different levels of regions (e.g, MW-NK being part of MW-C), or between cities and regions. Let me know if this helps, EZChart On Thursday, April 5, 2012 2:00:33 AM

Re: [visualization-api] Re: Bug Firefox 11 : Candidate release date : March 19, 2012

2012-03-27 Thread EZChart
Hi, In order to animate the chart you must first wait for a 'ready' event, otherwise it is not guaranteed that the chart is drawn and ready for action. Apparently, the release candidate has some different timing than 1.0 - that's why it worked for you until today. Note that after the animation a s

Re: [visualization-api] Re: data on dynamic markers/icons

2012-03-19 Thread EZChart
Actually, annotation columns should be of type string, so you should cast the number to string. See correct example in: http://savedbythegoog.appspot.com/?id=e8a4c7cd4974b7d2af09d96f6b67554e6323211d On Mon, Mar 19, 2012 at 5:24 PM, EZChart wrote: > There's no feature that d

Re: [visualization-api] Re: data on dynamic markers/icons

2012-03-19 Thread EZChart
Num){ return dataTable.getValue(rowNum, 1); } function getExpenses(dataTable, rowNum){ return dataTable.getValue(rowNum, 2); } On Mon, Mar 19, 2012 at 4:51 PM, Abc Now wrote: > Hello Pierre and EZChart: thanks a lot for your emails. Please, see > attachment to see what I am

Re: [visualization-api] row given size...with a litteral object!

2012-03-19 Thread EZChart
In tempo[key2+1], key2 +1 actually evaluates as a concatenation of strings, ('01', '11', '21'). This results in an array of length 22 and not 4 as you intended. You should use tempo[Number(key2)+1] instead. On Mon, Mar 19, 2012 at 11:59 AM, Gaelle Fernandez < g.fernandez.peo...@gmail.com> wrote:

Re: [visualization-api] Chart with marked areas

2012-03-19 Thread EZChart
Unfortunately, there's no support for such a feature. On Mon, Mar 19, 2012 at 12:46 PM, Bassa Safa wrote: > Hi, > > I wish to have some sort of linechart... annotated time line chart, > regular line chart, combochart or whatever. Let say I wish to display > the P/E value (Y-axis) of the stock ma

Re: [visualization-api] Create a bar chart with value label on each bar

2012-03-19 Thread EZChart
Currently this is not supported. On Mon, Mar 19, 2012 at 11:55 AM, Pierre Pélardy wrote: > Hi, > > I need to create a ColumnChart with value label on each bar like > pieSliceText in Pie options. > > I don't find this option. > > Can you help me. > > > Thanks > > PS : I don't want use "Google Cha

Re: [visualization-api] No axis values in Internet Explorer 8

2012-03-19 Thread EZChart
We're not familiar with such a problem. Can you send a live link or the full code? On Tue, Mar 13, 2012 at 9:44 AM, Tomhe wrote: > I have a page with about 20 line charts that renders fine in Chrome. > In Internet Explorer 8, only the first of the 20 charts show the > values on the axes after th

Re: [visualization-api] How to change Tooltip of Treemap

2012-03-19 Thread EZChart
Currently, there is no such option. On Sat, Mar 17, 2012 at 11:17 PM, Samsung Galaxy wrote: > Hi, i am using Treemap for visualization. how i can change the tooltip > so instead of showing the name it should show the number or percentage > of the total values. > > > Atif > > -- > You received thi

Re: [visualization-api] Transition Animation Not Working

2012-03-19 Thread EZChart
Your options seem fine. In order for the animation to work you need to have a change over time. Step 1 would be to draw a chart, and then, probably after user interaction or a timeout, draw the chart again with different data. If this tip doesn't help, please send the complete code, and I'll look

Re: [visualization-api] Strings on second Y axis

2012-03-18 Thread EZChart
You are correct, and there is no way around it. BTW, what is your use case? On Thu, Mar 15, 2012 at 11:03 PM, JP wrote: > Hi! > > I have a line chart with dates on the x axis and numbers on the left y > axis. I want to add a second y axis (to the right) with string values. > > If I understand th

Re: [visualization-api] line chart data display issue on line itself

2012-03-18 Thread EZChart
Currently, there is no such option. On Thu, Mar 15, 2012 at 7:25 PM, sumesh wrote: > Hi, > I want to display the data on lines of the line chart itself..By > default its displaying the data on mouse over when we mouse over > through the interception point...its happening for me..But my clien

Re: [visualization-api] Data in URL (json)

2012-03-18 Thread EZChart
The easiest way for you would be to parse the JSON (convert it into an object) then loop through the data and add it to a google.visualization.DataTable. var rawData = eval(rawDataJSON); for (var i = 0; i < rawData.length; i++) { var label = rawData[i]['label']; var dataValue = rawData

Re: [visualization-api] data on dynamic markers/icons

2012-03-18 Thread EZChart
Can you send an example page or snapshot image? I don't really understand your explanation. On Thu, Mar 15, 2012 at 1:23 PM, Abc Now wrote: > I am building a graph with three main lines. Those lines have > intersection points. When you put mouse over those intersection points > then you see cont

Re: [visualization-api] AnnotatedTimeline has issues when mixing datetime with text columns

2012-03-18 Thread EZChart
You have a syntax error in data.setValue(1, 0, new Date(1252318051000) Missing closing parentheses. After fixing that, it seems to work: http://savedbythegoog.appspot.com/?id=d97d69f719fd3039e42d52c4b8f1d88955f106bd On Thu, Mar 15, 2012 at 8:49 AM, Sabha wrote: > If I modify the standard ann

Re: [visualization-api] Is possible put additional text in a chart?

2012-03-17 Thread EZChart
Unfortunately, this is not supported. On Tue, Mar 13, 2012 at 5:51 PM, Fernando Herrera < fernando.herrera.bar...@gmail.com> wrote: > Hi everyone, > > > Is possible with the API Google Chart Tools put

Re: [visualization-api] Google.visualizations in google sites with App script

2012-03-14 Thread EZChart
You cannot add a script this way. Did you try to use Insert-->Chart from the google site menu? On Tue, Mar 13, 2012 at 3:55 AM, Mark Tielbeek wrote: > Hello, > > I want to use google.visualizations in a google site, but it doesn't > support the API. The error "google is not defined" appears. I t

Re: [visualization-api] Graphs do not load fully on Firefox

2012-03-14 Thread EZChart
In order to reproduce your problem we need you to send: 1. A live link of your html. 2. A full source code that reproduced the problem (java + html + anything else needed). On Tue, Mar 13, 2012 at 3:49 AM, Pablo Miño wrote: > Hi, I have what appears to be a Javascript issue > > I generate 2 grap

Re: [visualization-api] Help(Simple Problem...)

2012-03-13 Thread EZChart
It should work fine. What kind of browser are you using? Do you see any kind of error/warning indication by the browser? On Wed, Mar 14, 2012 at 3:51 AM, Chase wrote: > I copied the "Hello Charts" code into a notepad file and saved it as > an html. When I opened it in my browser, nothing is dis

Re: [visualization-api] There just isn't any flag to flip the roles of the axes!

2012-03-13 Thread EZChart
We don't handle the Image charts here, you should ask this question in the Image Charts forum: http://groups.google.com/group/google-chart-api On Wed, Mar 14, 2012 at 5:50 AM, Dan Jidanni Jacobson wrote: > Gentlemen, what we can do on the x axis, > http://chart.googleapis.com/chart?cht=lc&chs=200

Re: [visualization-api] Visualization Chart Problem

2012-03-13 Thread EZChart
You can use the hAxis.viewWindow.min option, for this special case: hAxis: {viewWindow: {min: new Date(2012,2,14), max: new Date(2012,2,24)}} See example in http://savedbythegoog.appspot.com/?id=aa2b5f51204b3bb8478026e5247c1dfa7203742f On Tue, Mar 13, 2012 at 9:35 AM, Jigar wrote: > Hello > >

Re: [visualization-api] Animated Transition using JSON and DataView

2012-03-13 Thread EZChart
This is the planned behavior. The chart is trying to keep the identity of the different series of data (identified by the column id) during the transition animation. If you change the data of the same series everything works well (when you don't have any ids the chart thinks it is the same series).

Re: [visualization-api] Invalid row index null. Should be in the range [0-11]

2012-03-13 Thread EZChart
Please send the problematic code, specifically the options and data you're passing to the draw() function of the LineChart. It would be even better if you send a live link. On Tue, Mar 13, 2012 at 7:24 AM, Swapnil Patil wrote: > Hii, > > I am using LineChart using Visualization API. Whenever I mo

Re: [visualization-api] Google Visualization API with force.com

2012-03-13 Thread EZChart
We don't handle the Image charts here, you should ask this question in the Image Charts forum: http://groups.google.com/group/google-chart-api On Tue, Mar 13, 2012 at 4:57 AM, שєภкคtєรђ wrote: > HI All, > > > I got response from Google Api as below for the following Service > request from forc

Re: [visualization-api] No more than 6 countries in the Geomap allowed?

2012-02-27 Thread EZChart
You're adding only 6 rows. data.addRows(6) --> data.addRows(7) On Sun, Feb 26, 2012 at 4:41 PM, Li Chen wrote: > I tried to include more countries than the 6 set in the sample code, > however the may doesn't seem to support. Any idea? > > > > script> >