Note that there are some explanatory texts on larger screens.

plurals
  1. POGoogle Chart Images Replacement
    primarykey
    data
    text
    <p>The <a href="https://developers.google.com/chart/image/" rel="noreferrer">Google Chart Images API</a> is currently deprecated and scheduled for retirement on <a href="https://developers.google.com/chart/terms" rel="noreferrer">20th April 2015</a>.</p> <p>Is there any other free service that can replace it and allow generating chart images just by providing parameters in the URL?</p> <p>Here's an example for a URL used to generate a PNG image, it can be used as an HTML img source and is useful especially in e-mails:</p> <p><a href="http://chart.apis.google.com/chart?chxl=1:|Apr+04|Apr+05|Apr+06|Apr+07|Apr+08|Apr+09&amp;chxp=1,0,20,40,60,80,100&amp;chxr=0,0,45&amp;chxs=1,676767,11.5,0,lt,676767&amp;chxt=y,x&amp;chs=550x198&amp;cht=ls&amp;chco=3366CC,FF9900&amp;chds=0,45,0,45&amp;chd=t:7,12,11,9,13,7|11,26,45,24,22,27&amp;chdl=Visits++++|Page+Views&amp;chdlp=t&amp;&amp;chdls=333333,16&amp;chg=100,20,0,0&amp;chls=4|2" rel="noreferrer">http://chart.apis.google.com/chart?chxl=1:|Apr+04|Apr+05|Apr+06|Apr+07|Apr+08|Apr+09&amp;chxp=1,0,20,40,60,80,100&amp;chxr=0,0,45&amp;chxs=1,676767,11.5,0,lt,676767&amp;chxt=y,x&amp;chs=550x198&amp;cht=ls&amp;chco=3366CC,FF9900&amp;chds=0,45,0,45&amp;chd=t:7,12,11,9,13,7|11,26,45,24,22,27&amp;chdl=Visits++++|Page+Views&amp;chdlp=t&amp;&amp;chdls=333333,16&amp;chg=100,20,0,0&amp;chls=4|2</a></p> <p>This will produce the following image that can be added easily via an <code>&lt;img&gt;</code> tag and is supported across all browser and email clients.</p> <p><img src="https://i.stack.imgur.com/rfOBf.png" alt="Google Charts API Image"></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload