Migration from Google charts - diagnostics

I have 2 or 3 graphics generated with the Google chart API, and they stopped working a few days ago. So I was very happy to find that I should be able to use almost the same url, just changed to quickchart.io, to get them back. Sadly, it doesn’t work. And the problem is that any deviation from the allowed options result in a string return, so the image does not display, and the string just says “Sorry, can’t do this one”(or words to that effect). Is there any way of getting diagnostics? Here is the current url - I have found that "multiple axes are not supported, so chxt=x,x,r,y will not work, but it would help to get a specific error message…

https://quickchart.io/chart?cht=lc&chs=600x300&chco=000000,606060,a06000&chds=0,900000,0,900000,0,500&chxt=x,x,r,y&chxl=0:|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec|Jan|Feb|Mar|Apr|1:|2023|2024|2:|0%E4%B8%87|10%E4%B8%87|20%E4%B8%87|30%E4%B8%87|40%E4%B8%87|50%E4%B8%87|60%E4%B8%87|70%E4%B8%87|80%E4%B8%87|90%E4%B8%87&chxr=3,0,500&chbh=a&chxs=0,000000,0,0,_&chxt=y&chm=N,000000,0,,10|N,000000,1,,10|N,000000,2,,10&chd=t:790380,587180,710920,411484,638428,406900,843555,682838,474836,346418,403512,196427,96036,224918,129682|-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,224918,272130|266,207,262,159,217,135,265,213,146,109,114,69,35,66,45

Hi @Imaginatorium, do you happen to have a saved copy of what the chart used to look like? That will help me troubleshoot, but unfortunately I can’t see what it’s supposed to render because Google Image Charts is down :smiling_face_with_tear:

The “chart configuration is not supported right now” message is hardcoded for a few chart types that would have been very cumbersome to re-implement. There’s a good chance that it is easier to reproduce in the Chart.js format described here, but I understand you’re just looking to get the existing chart up and running again.