[visualization-api] Gantt Language Change

2024-05-17 Thread Christian Ricardo Souza Velani
Is there any way to change the text of a task's information box on the Gantt chart? -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[visualization-api] Re: Cant change chart colours, please help.

2024-05-15 Thread B
Looks like it's to do with the order of the answers, but to change the colour - the flow of the questions doesn't make sense. On Wednesday 15 May 2024 at 15:03:26 UTC+1 B wrote: > Hello, > > As the title states, I'm unable to change the chart colour for this donut > chart, basically I want

[visualization-api] Cant change chart colours, please help.

2024-05-15 Thread B
Hello, As the title states, I'm unable to change the chart colour for this donut chart, basically I want Slightly concerned to green, very concerned to orange and extremely concerned to red. Wondering if anyone can tell me where I'm going wrong: Concern Levels about Cash Reserves

Re: [visualization-api] Unable to use QR code

2024-05-09 Thread 'Jon Orwant' via Google Visualization API
This isn't the right forum; you're asking about the Image Charts API, which was deprecated in 2011 and finally turned off a few weeks ago. The forum for that is https://groups.google.com/g/google-chart-api and there you can find some suggestions people have made for replacements. On Thu, May 9,

[visualization-api] Same color on different pie chart

2024-05-09 Thread Davide Rubbiani
Hi all, I am working on three different pie chart which show the market share of the same products in different time periods. I would like to maintain the same color for the same product in each pie chart. I am filling the "arraytodatatable" of each chart with the same products in the same

[visualization-api] Unable to use QR code

2024-05-09 Thread Ogechukwuka Nwaesei
Hi everyone, I was using the https://chart.googleapis.com/chart to generate charts with Salesforce for our items. This was our formula: 'https://chart.googleapis.com/chart?chs=150x150=qr=' & Demo_Tool_Item_Number__c & Do_Not_Use_Underscore__c & Tool_Type__c & Do_Not_Use_Underscore__c &

[visualization-api] pag height in Sankey

2024-05-07 Thread Synco de waard
hi all, we've made a Sankey. Some of the pads (lines) are to thin to be clickable because of the weight being a lot less then the others in the Sankey. Any advise on how to fix this? best regards, Synco -- You received this message because you are subscribed to the Google Groups "Google

[visualization-api] Customizing individual points on scatter chart

2024-05-02 Thread Sagar Belote
hi, below is chartdata which is I am using to draw chart chartdata = { "id": "----", "ticks": [ "2023-01-01T10:25:55.000Z", "2023-07-01T09:25:55.000Z", "2024-01-01T10:25:55.000Z", "2024-07-01T09:25:55.000Z",

[visualization-api] Re: Google charts as Notion Embed

2024-04-30 Thread Michaël V . Dandrieux
If anyone is looking, it was because of the protocole. Using https instead of http solved the problem. On Monday 29 April 2024 at 02:03:06 UTC+2 Michaël V. Dandrieux wrote: > Hi ! I have a perfectly functional Google chart html page and I'm trying > to have it display as an embed in Notion but

[visualization-api] Google charts as Notion Embed

2024-04-28 Thread Michaël V . Dandrieux
Hi ! I have a perfectly functional Google chart html page and I'm trying to have it display as an embed in Notion but it seems that the data is not pulled. The console says it blocked some cookies. I use google.visualization.BarChart() Had anyone embedded Google charts in Notion ? -- You

Re: [visualization-api] Re: Unable to use https://chart.googleapis.com for generating charts

2024-04-25 Thread Pavel Pindora
hi, I updated the old version of the charts to the new one, I have an application in asp.net C#. function drawChartPAA() { //const rowsChart = []; // [1, 7.8, 2.8]; var dataChart = []; var strngData = '<%= PV_BAT_A_HISTORIE %>';//[];

[visualization-api] Re: Unable to use https://chart.googleapis.com for generating charts

2024-04-19 Thread RADHWEN DALY HAMDOUNI
Try this code ! public function getQRCodeGoogleUrl($name, $secret, $title = null, $params = array()) { $width = !empty($params['width']) && (int) $params['width'] > 0 ? (int) $params['width'] : 200; $height = !empty($params['height']) && (int) $params['height'] > 0 ?

[visualization-api] Google Charts has 404 error

2024-04-17 Thread Gsuitenobel ITHelpdesk
Dear Google We found that Google Charts has error when loading the qrcode. The links below is unable to access since 10 April 2024 1)https://chart.googleapis.com/ 2)https://chart.googleapis.com/chart?chs=60x60=qr=NISH3994918918 Could you help to check on this? -- You received this message

[visualization-api] I would like to know how to download data from SAP GUI in spreadsheet format (e.g. Google Sheets).

2024-04-17 Thread Minhtri Cao
Hello everyone! I am having some issues with SAP GUI (SAP GUI 7.70 patch level 14) when trying to download data files in spreadsheet format. I have tried to export the files, but I am not seeing any options for the spreadsheet format. The only format available is Excel. I have researched this

[visualization-api] Unable to use https://chart.googleapis.com for generating charts

2024-04-16 Thread 'Kasturi Gottivedu Shriniwas' via Google Visualization API
hi, I was using the https://chart.googleapis.com/chart to generate charts with reporty. https://reporty.corp.google.com/5742282835230720 I was able to produce charts till April 12 2024. However, I get 404 not found error now. Is it no longer working ? Regards, Kasturi -- You received this

[visualization-api] Re: URL format for extracting data from Google Sheets

2024-04-16 Thread Laurie Bennett
On exploration, it looks like the URL structure I'm using works. But something is preventing it from loading at Wordpress. Do you know which (common) plugins might be blocking the retrieval of data from the Google Sheets server? On Wednesday, April 10, 2024 at 7:10:39 PM UTC-4 Laurie Bennett

[visualization-api] Image charts alternative

2024-04-12 Thread Kris Mostrey
Hi, I was using google Image charts for dynamicly creating Image charts that i could export to Word or Excel. Now that this service has stopped. Can anyone give me an alternative for creating free image charts (bar and pie) please. Kind regards. -- You received this message because you are

[visualization-api] Re: Google Sheet Query Language

2024-04-11 Thread 'Ray Thomas' via Google Visualization API
Hi Ale, I have no use-case for using CSVs at all. What happened was that years ago I was working for a university looking after their website. They wanted graphing capabilities for their sites but between them, Web Services and IT wouldn't provide the means of connecting to any of our

[visualization-api] Re: Google Sheet Query Language

2024-04-11 Thread Ale
Excuse me Ray, did you have a similar goal? Could you please share your use case? Maybe it could help me finding another idea/path. I sent a CSV file to facilitate the forum to have an input table to work with. In my case I have a table in a sheet, daily filled in with new rows, each time I

[visualization-api] URL format for extracting data from Google Sheets

2024-04-10 Thread Laurie Bennett
I'm using Google Charts to create pie charts on my Wordpress site. These charts display if I hard-code the data, but I'm trying to use a query of a public Google Sheet. It's not working, and the problem appears to be in this section. // Callback to draw the chart function drawChart()

[visualization-api] Broken Message

2024-04-10 Thread Susan Torres
Hi we have an error showing up now for one of the fields that we use the below formula. It helps in turning our text to a certain color and font size. Does this have to do with it being old code? If so what should we be using now? IF(TEXT(Deadline__c ) <> "", (IMAGE("

[visualization-api] Re: URL creation for extracting Google Sheets data

2024-04-10 Thread 'Ray Thomas' via Google Visualization API
I've had better luck using the query code from https://developers.google.com/chart/interactive/docs/spreadsheets and the encodeURIComponent function. For example: function drawChart() { var queryString = encodeURIComponent('SELECT C,A,E where E="Fun" ORDER BY C,A'); var query = new

[visualization-api] Re: URL creation for extracting Google Sheets data

2024-04-10 Thread 'Ray Thomas' via Google Visualization API
I've had better luck using the query code from https://developers.google.com/chart/interactive/docs/spreadsheets and the encodeURIComponent function. For example: I've had better luck using the query code from https://developers.google.com/chart/interactive/docs/spreadsheets and the

[visualization-api] Re: URL creation for extracting Google Sheets data

2024-04-10 Thread 'Ray Thomas' via Google Visualization API
I've had better luck using the query code from https://developers.google.com/chart/interactive/docs/spreadsheets and the encodeURIComponent function. For example: function drawChart() { var queryString = encodeURIComponent('SELECT C,A,E where E="Fun" ORDER BY C,A'); var query = new

[visualization-api] Re: Google Sheet Query Language

2024-04-10 Thread 'Ray Thomas' via Google Visualization API
I couldn't get your CSV file to work at all wthout making some changes to it, changing the commas to decimal points and the semicolons to commas. Even then, I couldn't get a query to work with it. I know the query works, because I used it in a Google Sheet

[visualization-api] URL creation for extracting Google Sheets data

2024-04-10 Thread Laurie Bennett
I'm using Google Charts to create pie charts on my web site. These charts display if I hard-code the data, but I'm trying to use a query of a public Google Sheet. It's not working, and the problem appears to be in this section. // Callback to draw the chart function drawChart() {

[visualization-api] Re: Google charts error 404

2024-04-10 Thread Tijo Joseph
https://qrcode.tec-it.com/API/QRCode?data=myqrcode https://quickchart.io/chart?cht=qr=150x150=myqrcode https://api.qrserver.com/v1/create-qr-code/?size=150x150=myqrcode On Wednesday, April 10, 2024 at 4:51:19 AM UTC+5:30 Yuliia Andreieva wrote: > I have same issue > > > On Tuesday 9 April

Re: [visualization-api] Re: Charts API - 404 Error

2024-04-10 Thread Kalaiarasan K
Hi Team, Thank you and I am also finding this QR code generating link below, https://zxing.org/w/chart?cht=qr=500x500=L=UTF-8=MYQRCODE Best regards, K.Kalaiarasan Technology team +91 7397717923 IndiaFilings EQL Financial Technologies Pvt Ltd ᐧ On Wed, Apr 10, 2024 at 4:12 PM Tijo

[visualization-api] Re: Google charts error 404

2024-04-10 Thread dolphus
Regarding deprecations please see this post from a few months back. Here's the pertinent text: "It's been on the documentation page for many years: https://developers.google.com/chart/image It's not in the

[visualization-api] Re: Google charts error 404

2024-04-10 Thread dolphus
The API has been deprecated for a little more than a decade. I'm seeing the same behavior with a chart I'm using to label maps. It looks like the API may have finally gone away altogether? Best Regards, Hamilton Carter https://copaseticflow.blogspot.com/ On Tuesday, April 9, 2024 at 4:21:19 

[visualization-api] Re: Charts API - 404 Error

2024-04-10 Thread Tijo Joseph
https://qrcode.tec-it.com/API/QRCode?data=myqrcode https://quickchart.io/chart?cht=qr=150x150=myqrcode https://api.qrserver.com/v1/create-qr-code/?size=150x150=myqrcode On Wednesday, April 10, 2024 at 4:51:19 AM UTC+5:30 Rosy Parmar wrote: > Hi All, > > One of my customer is having a

[visualization-api] Re: Google charts error 404

2024-04-09 Thread Yuliia Andreieva
I have same issue On Tuesday 9 April 2024 at 18:13:21 UTC+3 Tiago Antônio Borba Oliveira wrote: > We use the Google Charts API in our systems for generating QR codes ( > https://chart.googleapis.com/chart?chs=200x200=qr==UTF-8). > > However, as of today's date, 09/04/2024, users have

[visualization-api] Charts API - 404 Error

2024-04-09 Thread 'Rosy Parmar' via Google Visualization API
Hi All, One of my customer is having a production issue currently and are looking for assistance ASAP. They are using Chart API's to retrieve images of a pin. Since yesterday their API's have been failing. We just came to know that the chart.apis.google.com has been deprecated. Can someone

Re: [visualization-api] Regarding the chart google APIs domain name https://chart.googleapis.com//chart?

2024-04-09 Thread 'Jon Orwant' via Google Visualization API
The Google Image Charts API was deprecated in 2011 and finally turned off last week, after many warnings and rolling blackouts. If you want to generate QR codes, you'll find alternatives in the archive of this group. On Tue, Apr 9, 2024 at 11:12 AM Kalaiarasan K wrote: > Dear Team, > > Before,

[visualization-api] Google charts error 404

2024-04-09 Thread Tiago Antônio Borba Oliveira
We use the Google Charts API in our systems for generating QR codes (https://chart.googleapis.com/chart?chs=200x200=qr==UTF-8). However, as of today's date, 09/04/2024, users have started reporting that the QR code is not loading, and upon verification, it returns a 404 error. Does anyone

[visualization-api] Regarding the chart google APIs domain name https://chart.googleapis.com//chart?

2024-04-09 Thread Kalaiarasan K
Dear Team, Before, I was using this QR code generated URL (https://chart.googleapis.com//chart?) for Google EMM process but this Image QR code generated URL is not useful now because it's Deprecated. I want to use this QR code again and I want to use new image QR code generator link for this

[visualization-api] Google Sheet Query Language

2024-04-08 Thread Ale
I'm having issues in performing a query that allows me to retrieve the percentage of each expense, filtered by category, using Google sheet Query Language (https://developers.google.com/chart/interactive/docs/querylanguage). Does anyone help me? I need an output like this: Filtered by

Re: [visualization-api] Google chart API ERROR 502 Question ★PLEASE Check it out fast!!

2024-04-07 Thread 이재겸
Thanks for your reply. However, where can I find the QR code generator in the link that you sent? I need to QR code generator. The URL I sent is for QR code. I can't find it. Please let me know. Have a great day. Thank you. 2024년 4월 3일 (수) 오후 2:19, 'Daniel LaLiberte' via Google Visualization

Re: [visualization-api] Google chart API ERROR 502 Question ★PLEASE Check it out fast!!

2024-04-02 Thread 'Daniel LaLiberte' via Google Visualization API
The "chart.apis" server that you were using was deprecated for many years, and has finally been turned off. The "visualization-api" is an interactive charts library that works quite differently. Part of that library was a wrapper around the "image charts" which use the "chart.apis" server. See

[visualization-api] Google chart API ERROR 502 Question ★PLEASE Check it out fast!!

2024-04-02 Thread jayL
There is a report card that our company sends to students. The QR code on the report card was in the pending state, but a 502 error appears. Url is like this.

Re: [visualization-api] QR CODE GOOGLE API

2024-04-02 Thread 'Daniel LaLiberte' via Google Visualization API
The "chart.apis" server that you were using was deprecated for many years, and has finally been turned off. The "visualization-api" is an interactive charts library that works quite differently. Part of that library was a wrapper around the "image charts" which use the "chart.apis" server. See

[visualization-api] QR CODE GOOGLE API

2024-04-02 Thread Justin Mastaki
Hi , I have been using charts to generate QR code with Filemaker , this is now 3 days the server has been down ... Can you please share with me any other solution that can help me to resolve this issue!!! Down here the code line am using : "http://chart.apis.google.com/chart?chs=";

[visualization-api] I'm asking for help in exporting Google Chart values

2024-03-25 Thread Сергей Сергеев
Help me get the trend line value. on my Google Chart drawing a trend line when you hover the mouse over a trend line point there is a value tell me how to get these values "numbers" (I only need the first and last value) Thank you -- You received this message because you are subscribed to the

[visualization-api] Google charts widget in mendix - issue is Table has no columns

2024-03-22 Thread Deee Saaayi
i have downloaded the googlr chart widget for mrndix it is asking me to provide the json i have 2 values active and inactive user what ever the value i give its shows table has no columns how can i put it properly -- You received this message because you are subscribed to the Google Groups

[visualization-api] Interactive use

2024-03-22 Thread Gestefane Rabbi
What is the best way to display a donut graph so that when clicking on a slice a new donut is displayed with the subdivisions internal to this slice and so on? To return to the previous level, simply click on the center of the donut. A similar example can be found here

Re: [visualization-api] I needed help for Google Chart.

2024-03-20 Thread 'Daniel LaLiberte' via Google Visualization API
You'll need to add your custom tooltip column after each column that corresponds to a series that you want the custom tooltip to apply to. Alternatively, I believe you can aggregate all your tooltips into one 'category' tooltip. Use the focusTarget: 'category' option. See the "London Olympics

[visualization-api] I needed help for Google Chart.

2024-03-20 Thread Vivek Singh
I am using Google line chart for developing the graph. I need to show custom tooltip in which i need to render html code. But the custom tooltip only work on single line in graph, but hovering on another lines it show default tool tip provided by google chart. I wanted to show html custom tool

Re: [visualization-api] Problem with table page

2024-03-18 Thread Luana Motta
Thank you for your answer. Do you have any plans to fix the bug? As for the other problem, we found the problem in our code. Em sexta-feira, 15 de março de 2024 às 13:58:54 UTC-3, Daniel LaLiberte escreveu: > I see what you mean about the missing current page highlighting. That's a > bug.

Re: [visualization-api] Problem with table page

2024-03-15 Thread 'Daniel LaLiberte' via Google Visualization API
I see what you mean about the missing current page highlighting. That's a bug. Thanks for reporting it. I don't see a problem with the next and previous buttons, with 20 data rows and page size of 10. Works for me. On Fri, Mar 15, 2024 at 12:49 PM Luana Motta wrote: > I have a table with a

[visualization-api] Problem with table page

2024-03-15 Thread Luana Motta
I have a table with a lot of data. Without pagination, it works normally, showing all data. However, as it is very large, we prefer to add pages instead of the scrollbar. But, when placing pages, we noticed that with the documentation itself, from the 11th page onwards, when clicking on a

Re: [visualization-api] Re: Is There any problem on chart api

2024-03-07 Thread 'Daniel LaLiberte' via Google Visualization API
This forum has been moderated for a couple years, since it has become a target for spammers. So new posters need to be approved, but I occasionally miss the notification. On Thu, Mar 7, 2024 at 12:10 PM chavan wrote: > Is this forum active? I posted a question and it never showed up. > > On

[visualization-api] How to transpose a table chart without the breaking the formatting

2024-03-07 Thread chavan
Hi, I am creating a table using Google charts / visualization API. The underlying data is shown in image 'table 1'. As you can see it has both numbers and dates. Google chart correctly shows it with proper data formatting and validation. I do mention column level type like 'date' etc.

Re: [visualization-api] Re: Is There any problem on chart api

2024-03-07 Thread chavan
Is this forum active? I posted a question and it never showed up. On Tuesday, February 27, 2024 at 10:02:11 PM UTC+5:30 Julio Cesar Ruiz Ledezma wrote: > I have tried these two options and both work well in Google sheets > > https://quickchart.io/qr?ecLevel=L >

[visualization-api] Up and Down arrows color

2024-02-29 Thread Michele “IU5HES” Costantino
Hi! I've a Google chart inside my website but i've a "small" problem. On the right side i wanna change the color of the up,down and page number of the legend (to a fixed white color if possible). Is there a way to do this? (in the picture you can see the page number and down arrow are blue and

[visualization-api] How to Implement New Chart

2024-02-28 Thread Dellos Cao
I read Google Charts doc and want to improve Gantt charts myself, but I don't know how/ where to start it. This Google Dev Link talks about how to do it, but the download link is dead. I need some advice. Thanks. -- You received

Re: [visualization-api] Re: Is There any problem on chart api

2024-02-27 Thread Julio Cesar Ruiz Ledezma
I have tried these two options and both work well in Google sheets https://quickchart.io/qr?ecLevel=L https://api.qrserver.com/v1/create-qr-code/?data El lun, 26 feb 2024 a la(s) 12:43 p.m., 'Jon Orwant' via Google Visualization API (google-visualization-api@googlegroups.com) escribió: >

Re: [visualization-api] Re: Is There any problem on chart api

2024-02-26 Thread Stéphane Busso
I see this 502 for the first time. It may have happened before when I was not online and not using the service, I had some users complaining about not seeing the graphs but was never able to trace back to this thread. This was set up for more than 12 years, and I honestly haven't looked back.

Re: [visualization-api] Re: Is There any problem on chart api

2024-02-26 Thread Marcel Woodard
We did implement an internal solution, that resulted a heavy lift on our servers. I understand there are better external solutions that we can implement as well, which we are currently exploring. That said, if we can get an additional one or two week window, that would be appreciated. On

Re: [visualization-api] Error with QR Code. QR Code fails to load

2024-02-26 Thread 'Jon Orwant' via Google Visualization API
This service was deprecated 12 years ago; you can check the archives of this group for suggestions about alternate services. On Mon, Feb 26, 2024 at 1:12 PM Anvesh Singh wrote: > Hello there, is anyone else facing an issue where >

Re: [visualization-api] Re: Is There any problem on chart api

2024-02-26 Thread 'Jon Orwant' via Google Visualization API
This service was deprecated 12 years ago. When I started the rolling blackouts, I did my level best to accommodate the last holdouts, delaying for months. I don't mean to be rude, but why didn't you implement your solution the past four times this came up? Jon On Mon, Feb 26, 2024 at 1:12 PM

Re: [visualization-api] Re: Is There any problem on chart api

2024-02-26 Thread Marcel Woodard
Jon - Any chance you can turn back on for another week? We are currently working on a solution, but need the charts operating in our weekly emails for over 1 million customers. On Tuesday, January 16, 2024 at 9:02:27 AM UTC-6 Jon Orwant wrote: > chart.googleapis.com and chart.apis.google.com

[visualization-api] Error with QR Code. QR Code fails to load

2024-02-26 Thread Anvesh Singh
Hello there, is anyone else facing an issue where https://chart.googleapis.com/chart?chs=200x200=qr=www.google.com is not working? -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving

[visualization-api] Reagarding gantt chart

2024-02-24 Thread Richard Mahimai
In Gantt chart can we able to customize the hover popup. if yes means how? -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[visualization-api] Setting Min and max dynamically from google gantt chart

2024-02-21 Thread SOFIA ABBASI
hi everyone, i have code of google gantt chart that display multiple gantt chart of different department according to my filter which i apply. i just want to adjust its x axis min and max so that all department x axis should be same. i want that x axis should start with min value of all

[visualization-api] Re: Google Visualization Blocked by Proxy Server?

2024-02-21 Thread David Burton
Those two are gone, now, but I found this one which works: *https://proxyium.com/* On Thursday, December 29, 2016 at 10:51:20 PM UTC-5 David Burton wrote: > I've found that Web-based proxies based on Glybe, PHProxy & Zelune break > Google Visualization, at least for my

Re: [visualization-api] Re: Chart QR got 502

2024-02-20 Thread 'Jon Orwant' via Google Visualization API
It's up now and will stay up until 26 Feb. Jon On Tue, Feb 20, 2024 at 10:11 AM 'James Ballard' via Google Visualization API wrote: > Hi Jon, > > Just following up on this thread, can you please enable the QR Chart for > my event this weekend. It begins from Thursday 22nd Feb at 9am (AEST)

[visualization-api] Re: Chart QR got 502

2024-02-20 Thread 'James Ballard' via Google Visualization API
Hi Jon, Just following up on this thread, can you please enable the QR Chart for my event this weekend. It begins from Thursday 22nd Feb at 9am (AEST) until Sunday 25 Feb at 9pm (AEST). Thanks again for your help. On Monday, January 15, 2024 at 12:44:56 PM UTC+11 Jon Orwant wrote: >

[visualization-api] Is the usage of Google maps and location data from end user's smart phone allowed in our app?

2024-02-17 Thread Pravin
Is it allowed to use Google maps for live delivery tracking in our Pi App using location data submitted by a smartphone of the delivery boy and of the buyer to whom the product needs to be delivered? -- You received this message because you are subscribed to the Google Groups "Google

Re: [visualization-api] Query regarding ImageSparkLine - Image Charts

2024-02-06 Thread 'Daniel LaLiberte' via Google Visualization API
The confusing crossover is that Google Charts supports an interface to the Image Charts, in addition to several other non-image charts. And these Google Charts Image Charts will be broken as soon as the Google Image Charts goes away entirely. On Tue, Feb 6, 2024 at 1:39 PM 'Jon Orwant' via

Re: [visualization-api] Query regarding ImageSparkLine - Image Charts

2024-02-06 Thread 'Jon Orwant' via Google Visualization API
chart.googleapis.com/chart = Google Image Charts, deprecated 12 years ago gstatic.com/charts/loader.js = Google Charts, actively maintained. Jon On Tue, Feb 6, 2024 at 1:38 PM Nithin K wrote: > It brings me to a question: How do I distinguish between Image charts and > Google Charts? > > Does

Re: [visualization-api] Query regarding ImageSparkLine - Image Charts

2024-02-06 Thread Nithin K
It brings me to a question: How do I distinguish between Image charts and Google Charts? Does chart.googleapis.com/chart belong to Image charts, and does gstatic.com/charts/loader.js belong to Image charts. That's based on my understanding from quick guide documentation. Could you confirm?

Re: [visualization-api] Query regarding ImageSparkLine - Image Charts

2024-02-06 Thread 'Daniel LaLiberte' via Google Visualization API
All the "Image*" charts in Google Charts actually use the deprecated chart server. So you should stop using them asap. However, for the Google Charts corecharts, there is an undocumented theme: 'sparkline' option that will reduce any corechart to a sparkline chart. See if it works for you. On

[visualization-api] Query regarding ImageSparkLine - Image Charts

2024-02-06 Thread Nithin K
We have a legacy app that 's integrated with Google Charts and possibly Image Charts. I recently began exploring chart integration. URL used in the app - https://www.gstatic.com/charts/loader.js In another thread, I have gone through 'Is there any problems with the chart API.' I noticed we

Re: [visualization-api] GeoChart is free?

2024-01-30 Thread Martin Morici
I switched from Country name to Alpha-2 country code and I no longer get the warning. Thank you for your time! El sábado, 27 de enero de 2024 a la(s) 12:44:57 a.m. UTC-3, Daniel LaLiberte escribió: > Hi Martin, > > While the GeoChart is free to use, the data it may require from Google > Maps

Re: [visualization-api] GeoChart is free?

2024-01-26 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Martin, While the GeoChart is free to use, the data it may require from Google Maps is a different story. It looks like you can get a limited supply ($200 usage per month) of data for free. But you can avoid requiring any Google Maps data by using explicit location codes rather than names

[visualization-api] GeoChart is free?

2024-01-26 Thread Martin Morici
Hi! I wanted to know is the GeoChart is free because I get this error in the console Geocoding Service: You must use an API key to authenticate each request to Google Maps Platform APIs. For additional information, please refer to http://g.co/dev/maps-no-account And Google Maps Api is paid.

[visualization-api] Rendering Countries

2024-01-23 Thread 'Mohammad KANAFANI' via Google Visualization API
I have created a dropdown, which includes Africa, North and South America, Asia, Middle east, Occania and they are mapped based on the code. Assume I have countries like Brazil, so Once i render the entire world map brazil will be colored. however once i choose Africa, Brazil is not colored

Re: [visualization-api] Re: Is There any problem on chart api

2024-01-22 Thread 'Jon Orwant' via Google Visualization API
On Thu, Jan 18, 2024 at 6:41 PM 'Marlon Regenhardt' via Google Visualization API wrote: > Thanks for this rolling blackout, that's actually a nice concept for this > kind of API. > > When I saw the deprecation on the docs, I just switched to integrating a > WASM lib, as I couldn't find a

[visualization-api] Google Pie Chart Sliced 3d

2024-01-21 Thread Dinesh S
Hi Engineers, I am working on small pie chart visual in js and using Google charts SDK for the same Everything works fine but when i sliced the pie and rotated pie start angle the sliced one is not coming in 3d Attached stack over flow link for the full detailed question with image

Re: [visualization-api] Re: Is There any problem on chart api

2024-01-18 Thread 'Marlon Regenhardt' via Google Visualization API
Thanks for this rolling blackout, that's actually a nice concept for this kind of API. When I saw the deprecation on the docs, I just switched to integrating a WASM lib, as I couldn't find a replacement in the docs. Totally fine for my use case generating an image from graphviz code. Do I

Re: [visualization-api] Re: Is There any problem on chart api

2024-01-18 Thread 'Jon Orwant' via Google Visualization API
Feb 25. On Thu, Jan 18, 2024 at 10:52 AM Aditi Soni wrote: > Hi Jon, > > Could please confirm the final date of complete turndown for this API. > > Thanks, > On Wednesday, January 17, 2024 at 8:20:34 PM UTC+5:30 Jon Orwant wrote: > >> OK. I'll leave it up through Friday and then resume

Re: [visualization-api] Re: Is There any problem on chart api

2024-01-18 Thread Aditi Soni
Hi Jon, Could please confirm the final date of complete turndown for this API. Thanks, On Wednesday, January 17, 2024 at 8:20:34 PM UTC+5:30 Jon Orwant wrote: > OK. I'll leave it up through Friday and then resume blackouts. > > On Wednesday, January 17, 2024 at 9:49:03 AM UTC-5 wei...@gmail.com

Re: [visualization-api] Re: Is There any problem on chart api

2024-01-17 Thread 'Jon Orwant' via Google Visualization API
OK. I'll leave it up through Friday and then resume blackouts. On Wednesday, January 17, 2024 at 9:49:03 AM UTC-5 wei...@gmail.com wrote: > Appreciate the extra time. We're in the same boat, older versions of that > library used the deprecated API. We've upgraded to the latest version which >

Re: [visualization-api] Re: Is There any problem on chart api

2024-01-17 Thread Josh Weiss
Appreciate the extra time. We're in the same boat, older versions of that library used the deprecated API. We've upgraded to the latest version which generates the image itself, we just need a few days to test and deploy. On Wednesday, January 17, 2024 at 7:13:11 AM UTC-5 Jon Orwant wrote: >

Re: [visualization-api] Re: Is There any problem on chart api

2024-01-17 Thread 'Jon Orwant' via Google Visualization API
OK. Please hurry, though! On Wed, Jan 17, 2024 at 7:06 AM 'Win Paing Soe' via Google Visualization API wrote: > We are using GoogleAuthenticator NuGet package to generate QR code to use > with Authenticator Apps for OTP and just realized "chart.googleapis.com" > is shutting down. (First time

Re: [visualization-api] Re: Is There any problem on chart api

2024-01-17 Thread 'Win Paing Soe' via Google Visualization API
We are using GoogleAuthenticator NuGet package to generate QR code to use with Authenticator Apps for OTP and just realized "chart.googleapis.com" is shutting down. (First time we're hearing of it, too) Appreciate if we could have few more days or a couple of weeks while we are migrating to the

Re: [visualization-api] Re: Is There any problem on chart api

2024-01-16 Thread Josh Weiss
Thanks! On Tuesday, January 16, 2024 at 2:18:20 PM UTC-5 Jon Orwant wrote: > I've turned it back on for the rest of the day but will have another > blackout tomorrow. > > On Tuesday, January 16, 2024 at 2:17:32 PM UTC-5 wei...@gmail.com wrote: > >> Hi Jon, any chance you can turn it back on?

Re: [visualization-api] Re: Is There any problem on chart api

2024-01-16 Thread 'Jon Orwant' via Google Visualization API
I've turned it back on for the rest of the day but will have another blackout tomorrow. On Tuesday, January 16, 2024 at 2:17:32 PM UTC-5 wei...@gmail.com wrote: > Hi Jon, any chance you can turn it back on? This is the first we're > hearing of it. We'll migrate off as soon as we can, but it

Re: [visualization-api] Re: Is There any problem on chart api

2024-01-16 Thread Josh Weiss
Hi Jon, any chance you can turn it back on? This is the first we're hearing of it. We'll migrate off as soon as we can, but it might take a few days. Thanks! On Tuesday, January 16, 2024 at 10:02:27 AM UTC-5 Jon Orwant wrote: > chart.googleapis.com and chart.apis.google.com are the same;

Re: [visualization-api] Re: Is There any problem on chart api

2024-01-16 Thread 'Jon Orwant' via Google Visualization API
chart.googleapis.com and chart.apis.google.com are the same; neither should be used and were deprecated in 2012. For QR codes, there are non-Google solutions that people have reported success with. You'll find those solutions in the archive of this list. On Tue, Jan 16, 2024 at 10:00 AM

Re: [visualization-api] Re: Is There any problem on chart api

2024-01-16 Thread Vishwanath Nagur
Hi Jon https://chart.googleapis.com/chart ~~~ is throwing 502 because of the reasons you mentioned. Is https://chart.apis.google.com/chart? ~~~ also part of [ Google Image Charts API] for shutting down? Or this is the one with which we need to replace with? I don't find any information for QR

Re: [visualization-api] Re: Is There any problem on chart api

2024-01-15 Thread 'Jon Orwant' via Google Visualization API
Sorry. If users aren't monitoring the groups, there's no way to reach them other than shutting off the service and hoping people notice. On Monday, January 15, 2024 at 4:45:23 PM UTC-5 sc...@wunderkind.co wrote: > We're also SO dependent on Google Image Charts. We have them embedded in > all

[visualization-api] Re: Chart QR got 502

2024-01-15 Thread 'Jon Orwant' via Google Visualization API
Google Charts provides much of the same functionality, but doesn't do QR codes. For QR codes you should use one of the free non-Google services. On Monday, January 15, 2024 at 11:11:24 AM UTC-5 fix...@cdc.gov.tw wrote: > I know that there are many packages that provide functions that can >

Re: [visualization-api] Re: Is There any problem on chart api

2024-01-15 Thread Scott Schaen
We're also SO dependent on Google Image Charts. We have them embedded in all of our Looker emails. We'll begin a migration process to something else, but will also appreciate as much time as we can get. Jon -- we appreciate y'all not completely shutting it off, but it was really unclear if

[visualization-api] Re: Chart QR got 502

2024-01-15 Thread 硬體廠商維修3
I know that there are many packages that provide functions that can generate Chart qr. If you still want to connect to the Google API Chart Service, does Google provide a new API service to replace the Chart API? Jon Orwant 在 2024年1月15日 星期一下午3:46:30 [UTC+8] 的信中寫道: > I turned it back on just

Re: [visualization-api] Re: Is There any problem on chart api

2024-01-15 Thread Thien Vu
Hi Jon, We need time to develop our own solution. Can you keep the service running as much as possible? if not keep the service running for long time, please give us the deadline, thanks for your support. Regards, Thien On Monday, January 15, 2024 at 2:49:09 PM UTC+7 Jon Orwant wrote: > I've

Re: [visualization-api] Re: Is There any problem on chart api

2024-01-14 Thread 'Jon Orwant' via Google Visualization API
I've turned it back on for the moment. Please migrate ASAP, though! On Mon, Jan 15, 2024 at 2:43 AM Thien Vu wrote: > Hi Jon, > > We are using https://chart.googleapis.com/chart to generate QR code, we > experienced error 502, can you please temporarily turn it on for a few days > for a

Re: [visualization-api] Re: Chart QR got 502

2024-01-14 Thread 'Jon Orwant' via Google Visualization API
I'll turn it back on for a few hours each day. On Monday, January 15, 2024 at 2:43:39 AM UTC-5 ja...@foundrydigital.com.au wrote: > Thanks Jon, that really helps me out. Much appreciated. > > I'll get back in touch next month. > > Is the API going to be completely down in the meantime or only

[visualization-api] Re: Chart QR got 502

2024-01-14 Thread 'Jon Orwant' via Google Visualization API
I turned it back on just now. The final turndown will be 25 Feb. On Monday, January 15, 2024 at 2:43:15 AM UTC-5 anjali@gmail.com wrote: > Hi Jon, > > Is this off atm. Are you planning to turn this on before completely > shutting it down. Do we have a date by when it will be completely

Re: [visualization-api] Re: Chart QR got 502

2024-01-14 Thread 'James Ballard' via Google Visualization API
Thanks Jon, that really helps me out. Much appreciated. I'll get back in touch next month. Is the API going to be completely down in the meantime or only during set hours during the day? Sent from Gmail Mobile On Mon, 15 Jan 2024 at 12:45 pm, 'Jon Orwant' via Google Visualization API <

  1   2   3   4   5   6   7   8   9   10   >