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. For more options, visit https://groups.google.com/d/optout.
