<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chris Pirillo &#187; chart</title>
	<atom:link href="http://chris.pirillo.com/tag/chart/feed/" rel="self" type="application/rss+xml" />
	<link>http://chris.pirillo.com</link>
	<description>News and Reviews! Geek, Internet Entrepreneur, Hardware Addict, Software Junkie, Book Author, Once TV Show Host, Technology Enthusiast, Shameless Self-Promoter, Tech Conference Coordinator, Early Adopter, Idea Evangelist, Tech Support Blogger, Bootstrapper, Media Personality, Technology Consultant, Thicker Quicker Picker Upper.</description>
	<lastBuildDate>Tue, 14 Feb 2012 05:40:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Charts and Graphs</title>
		<link>http://chris.pirillo.com/charts-and-graphs/</link>
		<comments>http://chris.pirillo.com/charts-and-graphs/#comments</comments>
		<pubDate>Sat, 08 Dec 2007 21:02:52 +0000</pubDate>
		<dc:creator>Chris Pirillo</dc:creator>
				<category><![CDATA[Media Blog]]></category>
		<category><![CDATA[chart]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[graph]]></category>

		<guid isPermaLink="false">http://chris.pirillo.com/2007/12/08/charts-and-graphs/</guid>
		<description><![CDATA[<p><p><a href="http://chris.pirillo.com/charts-and-graphs/">Charts and Graphs</a></p><p>Add to iTunes &#124; Add to YouTube &#124; Add to Google &#124; RSS Feed I&#8217;m not much of a math guy, but I do love graphics. Seeing numbers turn into charts or graphs is just cool to me. Google has created an easy way to make a chart or graph easily simply by typing in [...]</p></p><p><a href="http://chris.pirillo.com/charts-and-graphs/">Charts and Graphs</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://chris.pirillo.com/charts-and-graphs/">Charts and Graphs</a></p><p><object width="325" height="264"><param name="movie" value="http://www.youtube.com/v/nICC-T7z21Q"><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/nICC-T7z21Q" type="application/x-shockwave-flash" wmode="transparent" width="325" height="264"></embed></object></p>
<p><a href="itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=73330048">Add to iTunes</a> | <a href="http://youtube.com/subscription_center?add_user=lockergnome">Add to YouTube</a> | <a href="http://fusion.google.com/add?feedurl=http://feeds.pirillo.com/ChrisPirillo">Add to Google</a> | <a href="http://feeds.pirillo.com/ChrisPirillo">RSS Feed</a></p>
<p>I&#8217;m not much of a math guy, but I do love graphics. Seeing numbers turn into charts or graphs is just cool to me. Google has created an easy way to make a chart or graph easily simply by typing in a URL. </p>
<p>If you go to <a href="http://code.google.com/apis/chart">code.google.com/apis/chart</a>, you will see the instructions and different things you can do. Numbers are separated by the <strong>&#038;</strong> symbol. You can choose from a simple chart to a 3D chart, graphs of all types, Venn diagrams and even scatter plots. </p>
<p>The Google Chart API returns a PNG-format image in response to a URL. Several types of image can be generated: line, bar, and pie charts for example. For each image type you can specify attributes such as size, colors, and labels. You can include a Chart API image in a webpage by embedding a URL within an <img> tag. When the webpage is displayed in a browser the Chart API renders the image within the page. There are three encoding formats:</p>
<ul>
<li>Simple encoding has a resolution of 62 different values. Allowing five pixels per data point, this is sufficient for line and bar charts up to about 300 pixels. Simple encoding is suitable for all other types of chart regardless of size. </li>
<li>Text encoding has a resolution of 1,000 different values, using floating point numbers between 0.0 and 100.0. Allowing five pixels per data point, integers (1.0, 2.0, and so on) are sufficient for line and bar charts up to about 500 pixels. Include a single decimal place (35.7 for example) if you require higher resolution. Text encoding is suitable for all other types of chart regardless of size.</li>
<li>Extended encoding has a resolution of 4,096 different values and is best used for large charts where a large data range is required.</li>
</ul>
<p>This is very cool. I wouldn&#8217;t be surprised if developer&#8217;s are already working on a way to make Google Charts even easier to use!</p>
<p>Want to embed this video on your own site, blog, or forum? Use this code or <a href="http://blip.tv/file/get/L0ckergn0me-ChartsAndGraphs560.mp4">download the video</a>: </p>
<p><textarea style="width: 460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/nICC-T7z21Q&#34;&#62;&#60;/param&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/nICC-T7z21Q&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p>
<p><a href="http://chris.pirillo.com/charts-and-graphs/">Charts and Graphs</a></p>]]></content:encoded>
			<wfw:commentRss>http://chris.pirillo.com/charts-and-graphs/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
<enclosure url="http://blip.tv/file/get/L0ckergn0me-ChartsAndGraphs560.mp4" length="41066692" type="video/mp4" />
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/9 queries in 0.316 seconds using disk: basic
Object Caching 452/463 objects using disk: basic
Content Delivery Network via Amazon Web Services: CloudFront: s3.pirillo.com

Served from: chris.pirillo.com @ 2012-02-14 11:07:37 -->
