Hi Peter,

Not an exact Google-o-Meter replacement, but QuickChart supports a radial 
gauge visualization type.  For example:

https://quickchart.io/chart?c={type:'radialGauge'
,data:{datasets:[{data:[70],backgroundColor:'green'}]}}

<https://quickchart.io/chart?c={type:%27radialGauge%27,data:{datasets:[{data:[70],backgroundColor:%27green%27}]}}>


The QuickChart <https://quickchart.io/> rendering service is based on 
Chart.js <https://www.chartjs.org/docs/latest/configuration/title.html> and 
the chartjs-chart-radial-gauge plugin 
<https://www.npmjs.com/package/chartjs-chart-radial-gauge>, so it can be 
customized according to the options in the documentation.  Feel free to 
open an issue on the Github repo <https://github.com/typpo/quickchart> if 
you need help or clarification.


On Tuesday, March 19, 2019 at 7:42:29 AM UTC-7, Peter wrote:
>
> Does a replacement for the google chart-o-meter exist? Can it be emulated?
>
>
> On Saturday, February 9, 2019 at 5:44:58 PM UTC-5, Jon Orwant wrote:
>>
>> Google Image Charts <https://developers.google.com/chart/image/> -- not 
>> to be confused with Google Charts <https://developers.google.com/chart/> 
>> -- is the free service at chart.googleapis.com that creates static 
>> charts.
>>
>> Its deprecation was announced back in 2012 
>> <https://developers.googleblog.com/2012/04/changes-to-deprecation-policies-and-api.html>,
>>  
>> so in theory nobody should be using it now that it's 2019. 
>>
>> Several technical dependencies have made maintaining Google Image Charts 
>> unsustainable going forward, so it will be *turned off on March 14, 2019*
>> .
>>
>> There is no effective way to identify or contact users of the service 
>> other than this group, so to alert them we will be creating outages: first 
>> a short one, and then a longer one.
>>
>> The short outage will be for an hour on *Wednesday, February 13, at 
>> approximately 1pm Eastern Standard Time*.
>> The long outage will be for several hours on *Tuesday, March 5, at 
>> approximately 10am Eastern Standard Time*.
>>
>> If you are still using Google Image Charts, we recommend:
>>
>>
>>    - 
>>    
>>    Switching to Google Charts, an actively developed JavaScript library 
>>    for interactive charts and can render many common chart types as static 
>> PNGs. 
>>    However, Google Image Charts provides some "charts" that Google Charts 
>> does 
>>    not, such as QR codes, LaTeX equations, and road signs. For those we have 
>>    no suggested replacement. 
>>    - 
>>    
>>    Using another charting library such as D3 <http://d3js.org> or 
>>    Dygraphs <http://dygraphs.com/> (both JavaScript).
>>    - 
>>    
>>    Generating all the charts you'll ever need before March 14 and 
>>    storing them yourself. (Many users of Google Image Charts create the same 
>>    exact chart over and over, which is slower and more wasteful than 
>>    generating the chart once and storing it locally.)
>>    
>>
>> On a personal note, I've enjoyed maintaining the service over the years, 
>> and I'm happy to have watched the much more powerful Google Charts leapfrog 
>> it in capability.
>>
>> Jon
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Chart API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-chart-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-chart-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-chart-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to