<?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>Schadenfreude &#187; ziya</title>
	<atom:link href="http://www.ralree.com/tag/ziya/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ralree.com</link>
	<description>Malicious enjoyment derived from observing someone else's misfortune</description>
	<lastBuildDate>Thu, 09 Feb 2012 01:49:15 +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>How to make a Flash Line Chart in Rails using Ziya</title>
		<link>http://www.ralree.com/2008/02/16/how-to-make-a-flash-line-chart-in-rails-using-ziya/</link>
		<comments>http://www.ralree.com/2008/02/16/how-to-make-a-flash-line-chart-in-rails-using-ziya/#comments</comments>
		<pubDate>Sat, 16 Feb 2008 22:58:15 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[charts]]></category>
		<category><![CDATA[graphs]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ziya]]></category>

		<guid isPermaLink="false">http://www.ralree.info/2007/10/13/how-to-make-a-flash-line-chart-in-rails-using-ziya</guid>
		<description><![CDATA[Ziya is pretty cool, and the documentation is slowly starting to surface. I was annoyed that I couldn’t find a good example paste of how to make a line chart. Then I watched the screencast. It’s the first example he does, so I’m posting it here so those who can’t watch it can actually find out how to do it. I’m going to operate on the precondition that you’ve installed Ziya and included it in your controller properly. Do the [...]]]></description>
			<content:encoded><![CDATA[<p>Ziya is pretty cool, and the documentation is slowly starting to surface.  I was annoyed that I couldn’t find a good example paste of how to make a line chart.  Then I watched the <a href="http://www.youtube.com/watch?v=axIMmMHdXzo">screencast</a>.  It’s the first example he does, so I’m posting it here so those who can’t watch it can actually find out how to do it.</p>
<p>I’m going to operate on the precondition that you’ve installed Ziya and included it in your controller properly.  Do the bar chart example before going any further.</p>
<p>Now, make this function in your controller:</p>
<pre><code>
def refresh_chart
  chart = ZIya::Charts::Line.new
  render :text =&gt; chart
end
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2008/02/16/how-to-make-a-flash-line-chart-in-rails-using-ziya/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

