[visualization-api] Re: GEOCHART: metropolitan region codes

2019-07-23 Thread Joe Iz
The metropolitan codes appear to be not available in Google page, for those having issues to find DMA Metropolitan codes, you can refer to this article here http://superstorefinder.net/support/knowledgebase/how-to-get-metropolitan-codes-for-google-geochart-api/ -- You received this message

[visualization-api] Re: Geomaps and Metropolitan Area Codes

2019-07-23 Thread Joe Iz
The metropolitan codes appear to be not available in Google page, for those having issues to find DMA Metropolitan codes, you can refer to this article here http://superstorefinder.net/support/knowledgebase/how-to-get-metropolitan-codes-for-google-geochart-api/ -- You received this message

[visualization-api] Json File Call Example

2019-07-23 Thread Alexandre Rodrigues
Hi all, Since I can use google charts with the json file below, I am unable to make his call. I would like to have an example that works. *json file:* google.visualization.Query.setResponse( { version: "0.7", status: "ok", reqId: 0, table: { cols: [ {id: "DATE", label: "DATE", type:

[visualization-api] Re: PHP not selecting the JSON Data.

2019-07-23 Thread Alexandre Rodrigues
Estou com a mesma duvida; Em sexta-feira, 26 de janeiro de 2018 16:51:43 UTC-2, Spectre escreveu: > > So my issue is trying to use Google Charts offline because my client needs > to have it entirely offline for purposes of security and possible > exploitation and injection purposes using code

[visualization-api] Re: Oracle and Google Datasource

2019-07-23 Thread Alexandre Rodrigues
> > Boa Tarde, > Como funciona e posso usar este exemplo ? > > Em segunda-feira, 27 de julho de 2009 13:41:24 UTC-3, Jose Luis Canciani > escreveu: >> >> Hello all. >> >> I've created an Oracle PL/SQL package that enables Oracle to server >> Data Sources directly from the database. So

Re: [visualization-api] Re: Possible Bug: Google Sheet's Charts changing colors randomly

2019-07-23 Thread Mike Higgins
I noticed a google update has recently occured (the palat color selectors for Sheets are now round instead of square) so, pretty sure everything went to hell after that. Multiple problems, including having to mouse over published charts to make them visible, unable to edit series without

Re: [visualization-api] Re: Pie Chart legend on 2 rows

2019-07-23 Thread 'Daniel LaLiberte' via Google Visualization API
Yes, you are allowed to do such things, though it tends to not be a very reliable kind of thing to do, as I mentioned in the other thread about this. However, since the PieChart is one of the earliest charts implemented in Google Charts, this code is chock full of misfeatures and workarounds,

Re: [visualization-api] About Sankey diagram

2019-07-23 Thread 'Daniel LaLiberte' via Google Visualization API
The optional columns for tooltip and style won't help you to implement the kind of sankey diagram shown in the image. I don't know of any general chart API that can do all this, and I suspect such charts are drawn with special purpose code that can only draw the one chart in question. Assuming

Re: [visualization-api] Changing position of legend - license

2019-07-23 Thread 'Daniel LaLiberte' via Google Visualization API
You are *allowed* to do such things, in terms of license restrictions, but be aware that this is not a reliable practice in the long term. We are allowed to change the implementation details such as the precise order and type of elements and associated attributes used in generating

[visualization-api] Re: Possible Bug: Google Sheet's Charts changing colors randomly

2019-07-23 Thread Mark Loring
Yes, I have too. It just started. What changed last night? On Monday, July 22, 2019 at 5:21:52 PM UTC-7, LFer wrote: > > Hello, I want to report that google charts are not working well. The > colors are switching automatically to the predefined google colors, is > anyone else experiencing this?

Re: [visualization-api] Changing position of legend - license

2019-07-23 Thread Daniela
Thank you, Jon! Just to be sure - I was asking about this part. Are we allowed to change the position of the elements, using their coordinates? google.visualization.events.addListener(chartErrorDetails, 'ready', function () { var circles = container.getElementsByTagName('circle'); var

Re: [visualization-api] Changing position of legend - license

2019-07-23 Thread 'Jon Orwant' via Google Visualization API
Yes. Jon On Tue, Jul 23, 2019 at 9:13 AM Daniela wrote: > Hello guys, > > I need to customize Chart Legend position to align it vertically. > > I would like to ask you - is what is described here allowed by Google > Charts license? > > >

[visualization-api] Changing position of legend - license

2019-07-23 Thread Daniela
Hello guys, I need to customize Chart Legend position to align it vertically. I would like to ask you - is what is described here allowed by Google Charts license? https://stackoverflow.com/questions/52183282/new-line-for-legend-in-google-chart-piechart -- You received this message because

[visualization-api] Formating data point removes all other data points

2019-07-23 Thread Mike Higgins
All I want to do is change the color of the bar of a specific data point, and when I do all the other data points disappear. This worked no problem two weeks ago, but now the whole thing's messed up. I've worked many hours on this project, now it looks like the whole thing was for nothing. I

[visualization-api] Re: Google Chart does not show until mouse over

2019-07-23 Thread Mike Higgins
I have the same problem. And now I can't even edit individual data points. Google sucks. On Monday, July 22, 2019 at 9:25:22 AM UTC-4, Mark Loring wrote: > > I build a Google Chart in Google Sheets, publish it, and paste the > hyperlink back in the Chrome browser. Instead of seeing the chart

[visualization-api] About Sankey diagram

2019-07-23 Thread 剑皇一剑梦千年
[image: 搜狗截图20190723164750.png] May I ask you a question?How do we use this Column N optional?I want to know what I can add and how? [image: 搜狗截图20190723165129.png] I would like to make a diagram for the following example. -- You received this message because you are subscribed to the Google

[visualization-api] Re: Pie Chart legend on 2 rows

2019-07-23 Thread Daniela
Guys, I really need an answer to this question. Here I see some people suggest to move the elements through JS: https://stackoverflow.com/questions/52183282/new-line-for-legend-in-google-chart-piechart Is this the only way to do it? Is it ok with Google Chart license to move elements in this