Tag Archives: qr codes

Dynamic charts with Google Chart API

Google Chart API will let you generate charts dynamically to be used on any web page. For example, the following IMG tag will create a 3D pie chart: <pre><img src="http://chart.apis.google.com/chart? cht=p3&amp;chd=t:60,40&amp;chs=250×100&amp;chl=Hello|World" alt="Sample chart" />

Posted in Internet, Technology | Tagged , , , , , | Comments Off