Confusingly, the Image Charts (aka Charts API, or Chart Server charts),
which constructs charts given a URL, is very different from the interactive
charts constructed in browsers with a small amount of JavaScript using a
very different API, referred to as Google Charts (or Google Visualization
API).    Google Charts, documented at https://developers.google.com/chart/,
is not actually intended as a newer version of the image charts.

If you want to convert your Image Charts to use Google Charts.  Find the
closest type of chart (perhaps the scatter chart, as Jon says), figure out
the corresponding data format and options, and modify your web pages
accordingly.  We don't have any automatic procedure for doing this
conversion.

On Tue, Mar 19, 2019 at 12:13 PM 'Jon Orwant' via Google Visualization API <
[email protected]> wrote:

> That appears to be a scatter chart. Documentation for the Google Charts
> scatter chart is here:
> https://developers.google.com/chart/interactive/docs/gallery/scatterchart
>
> Jon
>
> On Tue, Mar 19, 2019 at 12:06 PM eLearnig Solution <[email protected]>
> wrote:
>
>> Hi Daniel,
>>
>> If the only code I have is this, how can I update to a newer version?
>> Since today I can no longer visualize the graphics.
>>
>> Ruby code:
>> <% img = '
>> http://chart.apis.google.com/chart?chf=c,ls,45,FF0000,0.27,F39209,0.462,FFF633,0.23,008000,0.3
>> '
>> img +=
>> '&chxt=x,x,y,y&chxl=1:|Objetivos|3:|Competencias&chxp=1,50|3,50&chxr=0,0,100,0|1,0,100,0'
>> img += '&chds=0,100&chs=500x440&cht=s&chco=000000&chg=33.33,33.33,0,0'
>> img += '&chxs=0,000000,12.5,0,lt,000000|1,000000,11.5,0,lt,0C0B0B'
>> img += '&chm=o,666666,0,0,10'
>> img += '&chd=t:'+compliance_objectives.to_s+'|'+compliance_competences.to_s
>> %>
>>
>> Thank you.
>>
>>> --
>> 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 post to this group, send email to
>> [email protected].
>> Visit this group at
>> https://groups.google.com/group/google-visualization-api.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/google-visualization-api/ba8f4145-3b9c-45ac-8202-23f0b2038040%40googlegroups.com
>> <https://groups.google.com/d/msgid/google-visualization-api/ba8f4145-3b9c-45ac-8202-23f0b2038040%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> 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 post to this group, send email to
> [email protected].
> Visit this group at
> https://groups.google.com/group/google-visualization-api.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-visualization-api/CAJs5hDa6-9-U8fm_-QoKbsLKnVXO86w3ctbnzuB_mgz%2Bj7-5oA%40mail.gmail.com
> <https://groups.google.com/d/msgid/google-visualization-api/CAJs5hDa6-9-U8fm_-QoKbsLKnVXO86w3ctbnzuB_mgz%2Bj7-5oA%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2>
[email protected] <[email protected]>   Cambridge MA

-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJP0e0%2B3-R_qL7bP4xutesaVR-Vk2czytFZ3mfKnsVc9%2BA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to