<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Add Eye-Catching Flash Charts to Your TurboGears Application</title>
	<atom:link href="http://www.thesamet.com/blog/2007/07/25/add-eye-catching-flash-charts-to-your-turbogears-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thesamet.com/blog/2007/07/25/add-eye-catching-flash-charts-to-your-turbogears-application/</link>
	<description>Because everyone needs a blog</description>
	<lastBuildDate>Sat, 29 Oct 2011 19:13:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Nadav</title>
		<link>http://www.thesamet.com/blog/2007/07/25/add-eye-catching-flash-charts-to-your-turbogears-application/comment-page-1/#comment-6815</link>
		<dc:creator>Nadav</dc:creator>
		<pubDate>Thu, 22 Jan 2009 08:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.thesamet.com/blog/2007/07/25/add-eye-catching-flash-charts-to-your-turbogears-application/#comment-6815</guid>
		<description>Try to compare the generated javascript code on your pages to the code that exists at the source of http://www.thesamet.com/TGFusionCharts/</description>
		<content:encoded><![CDATA[<p>Try to compare the generated javascript code on your pages to the code that exists at the source of <a href="http://www.thesamet.com/TGFusionCharts/" rel="nofollow">http://www.thesamet.com/TGFusionCharts/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: issin</title>
		<link>http://www.thesamet.com/blog/2007/07/25/add-eye-catching-flash-charts-to-your-turbogears-application/comment-page-1/#comment-6814</link>
		<dc:creator>issin</dc:creator>
		<pubDate>Thu, 22 Jan 2009 08:26:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.thesamet.com/blog/2007/07/25/add-eye-catching-flash-charts-to-your-turbogears-application/#comment-6814</guid>
		<description>Hi, My page show: no data to display

controllers.py
###
import turbogears as tg
from turbogears import controllers, expose, flash, widgets, validators, error_handler, validate
from tg_fusion_charts import Column3DChartWidget, Pie2DChartWidget, SingleSeriesChart

class Root(controllers.RootController):
    @expose(template=&quot;gs.templates.first_chart&quot;)
    def index(self):
        return dict(chart=Column3DChartWidget(chart_id=&#039;chart1&#039;, width=200, height=200, chart=SingleSeriesChart([3,4,1,5], caption=&quot;New Incoming Links&quot;)))
###

Please help, thanks.</description>
		<content:encoded><![CDATA[<p>Hi, My page show: no data to display</p>
<p>controllers.py<br />
###<br />
import turbogears as tg<br />
from turbogears import controllers, expose, flash, widgets, validators, error_handler, validate<br />
from tg_fusion_charts import Column3DChartWidget, Pie2DChartWidget, SingleSeriesChart</p>
<p>class Root(controllers.RootController):<br />
    @expose(template=&#8221;gs.templates.first_chart&#8221;)<br />
    def index(self):<br />
        return dict(chart=Column3DChartWidget(chart_id=&#8217;chart1&#8242;, width=200, height=200, chart=SingleSeriesChart([3,4,1,5], caption=&#8221;New Incoming Links&#8221;)))<br />
###</p>
<p>Please help, thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

