eldy / AWStats

AWStats Log Analyzer project (official sources)
https://www.awstats.org
361 stars 119 forks source link

graphgooglechartapi is not working anymore #249

Open msebald opened 2 months ago

msebald commented 2 months ago

It seems that the Google Graph API was turned off and is no longer available.

Are there any plans for an alternative for the graphgooglechartapi plugin?

I checked out quickchart.io and replaced chart.googleapis.com with quickchart.io in the plugin file, but that did not turn out good. It seems that quickchart.io does not have all the functions the Google Graph API had. Anyway, I used this guide: https://quickchart.io/documentation/migrating-from-google-image-charts/

ShaiMagal commented 1 month ago

@msebald If you only change URL, I think you got error "Sorry, this chart configuration is not supported right now"

I think, it's necessary to make more changes, than only replace URL in this case.

Maybe someone will make PR for this :)