[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