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 https://developers.google.com/chart and https://developers.google.com/chart/image/docs/gallery/chart_gall for details. On Tue, Apr 2, 2024 at 1:33 PM Justin Mastaki <[email protected]> wrote: > 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="& > $theSize > &"x"& > $theSize& > "&cht=qr&chl=" > & > Trim ( Substitute ($theData ; " " ; " " ) ) &"&chld=L|1&choe=UTF-8" > > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-visualization-api/0f26e283-3006-43ae-8012-cd7fe4d75216n%40googlegroups.com > <https://groups.google.com/d/msgid/google-visualization-api/0f26e283-3006-43ae-8012-cd7fe4d75216n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- • Daniel LaLiberte • SWE • Cambridge MA • [email protected] <[email protected]> -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJO-kZ1NpusvpSDBxRQKvpc85Odc-1d%2BX_z4YRnYa4QnjA%40mail.gmail.com.
