<?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>Ersin Acar &#187; charts</title>
	<atom:link href="http://ersinacar.com/tag/charts/feed" rel="self" type="application/rss+xml" />
	<link>http://ersinacar.com</link>
	<description>PHP and Web Technologies Freak</description>
	<lastBuildDate>Fri, 06 Jan 2012 14:19:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>jQuery Visualize: Updated accessible charts and graphs</title>
		<link>http://ersinacar.com/jquery-visualize-updated-accessible-charts-and-graphs_182.html</link>
		<comments>http://ersinacar.com/jquery-visualize-updated-accessible-charts-and-graphs_182.html#comments</comments>
		<pubDate>Fri, 21 Aug 2009 07:54:25 +0000</pubDate>
		<dc:creator>Ersin Acar</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Bookmarks]]></category>
		<category><![CDATA[charts]]></category>
		<category><![CDATA[graphs]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[visualize]]></category>

		<guid isPermaLink="false">http://ersinacar.com/?p=182</guid>
		<description><![CDATA[Scott Jehl has released jQuery Visualize, the plugin that groks HTML tables and generates lovely charts from it, all from a simple $(&#8216;table&#8217;).visualize(); (lot&#8217;s of options for you to twiddle too if you want). First, you create a bog standard table like: &#60;table border=&#34;0&#34;&#62; &#60;caption&#62;2009 Individual Sales by Category&#60;/caption&#62; &#60;thead&#62; &#60;tr&#62; &#60;td&#62;&#60;/td&#62; &#60;th&#62;food&#60;/th&#62; &#60;th&#62;auto&#60;/th&#62; &#60;th&#62;household&#60;/th&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>Scott Jehl has <a href="http://www.filamentgroup.com/lab/jquery_visualize_plugin_accessible_charts_graphs_from_tables_html5_canvas/">released jQuery Visualize</a>, the plugin that groks HTML tables and generates lovely charts from it, all from a simple $(&#8216;table&#8217;).visualize(); (lot&#8217;s of options for you to twiddle too if you want).</p>
<p>First, you create a bog standard table like:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;table border=&quot;0&quot;&gt;
&lt;caption&gt;2009 Individual Sales by Category&lt;/caption&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;th&gt;food&lt;/th&gt;
&lt;th&gt;auto&lt;/th&gt;
&lt;th&gt;household&lt;/th&gt;
&lt;th&gt;furniture&lt;/th&gt;
&lt;th&gt;kitchen&lt;/th&gt;
&lt;th&gt;bath&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;th&gt;Mary&lt;/th&gt;
&lt;td&gt;150&lt;/td&gt;
&lt;td&gt;160&lt;/td&gt;
&lt;td&gt;40&lt;/td&gt;
&lt;td&gt;120&lt;/td&gt;
&lt;td&gt;30&lt;/td&gt;
&lt;td&gt;70&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Tom&lt;/th&gt;
&lt;td&gt;3&lt;/td&gt;
&lt;td&gt;40&lt;/td&gt;
&lt;td&gt;30&lt;/td&gt;
&lt;td&gt;45&lt;/td&gt;
&lt;td&gt;35&lt;/td&gt;
&lt;td&gt;49&lt;/td&gt;
&lt;/tr&gt;
...repetitive rows removed for brevity.&lt;/tbody&gt;&lt;/table&gt;</pre></div></div>

<p>Then you <a href="http://www.filamentgroup.com/examples/charting_v2/">visualize</a> it. You end up with pretty graphs like these:<br />
<img src="http://ersinacar.com/wp-content/uploads/2009/08/jqueryvisualize.png.png" alt="jquery visualize" title="jquery visualize" width="500" height="747" class="alignnone size-full wp-image-183" /></p>
]]></content:encoded>
			<wfw:commentRss>http://ersinacar.com/jquery-visualize-updated-accessible-charts-and-graphs_182.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

