<?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: Tutorial: Ext-JS Charting and Mapping with Google Visualizations</title>
	<atom:link href="http://claude.betancourt.us/tutorial-ext-charting-and-mapping-with-google-visualizations/feed/" rel="self" type="application/rss+xml" />
	<link>http://claude.betancourt.us/tutorial-ext-charting-and-mapping-with-google-visualizations/</link>
	<description>Claude Betancourt's Blog</description>
	<lastBuildDate>Fri, 05 Mar 2010 15:19:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: claude</title>
		<link>http://claude.betancourt.us/tutorial-ext-charting-and-mapping-with-google-visualizations/comment-page-1/#comment-543</link>
		<dc:creator>claude</dc:creator>
		<pubDate>Fri, 05 Dec 2008 16:41:20 +0000</pubDate>
		<guid isPermaLink="false">http://claude.betancourt.us/?p=159#comment-543</guid>
		<description>@Mauricio: Do you have a link we can look at? If not, email me your code and I will take a look.</description>
		<content:encoded><![CDATA[<p>@Mauricio: Do you have a link we can look at? If not, email me your code and I will take a look.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mauricio</title>
		<link>http://claude.betancourt.us/tutorial-ext-charting-and-mapping-with-google-visualizations/comment-page-1/#comment-542</link>
		<dc:creator>Mauricio</dc:creator>
		<pubDate>Fri, 05 Dec 2008 16:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://claude.betancourt.us/?p=159#comment-542</guid>
		<description>Thanks for the tutorial. I was able to run your code without difficulties.
In my case, I have a &#039;card&#039; layout with a chart in each card. Each card is of xtype &#039;gvisualization&#039;. I must be doing something wrong as GVisualizationPanel is complaininng in line 105 which I guess means that the  is not ready.

Any hints?</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial. I was able to run your code without difficulties.<br />
In my case, I have a &#8216;card&#8217; layout with a chart in each card. Each card is of xtype &#8216;gvisualization&#8217;. I must be doing something wrong as GVisualizationPanel is complaininng in line 105 which I guess means that the  is not ready.</p>
<p>Any hints?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: claude</title>
		<link>http://claude.betancourt.us/tutorial-ext-charting-and-mapping-with-google-visualizations/comment-page-1/#comment-286</link>
		<dc:creator>claude</dc:creator>
		<pubDate>Wed, 19 Nov 2008 19:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://claude.betancourt.us/?p=159#comment-286</guid>
		<description>@ Veerendra: Do you have a site we can look at?</description>
		<content:encoded><![CDATA[<p>@ Veerendra: Do you have a site we can look at?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Veerendra</title>
		<link>http://claude.betancourt.us/tutorial-ext-charting-and-mapping-with-google-visualizations/comment-page-1/#comment-285</link>
		<dc:creator>Veerendra</dc:creator>
		<pubDate>Wed, 19 Nov 2008 19:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://claude.betancourt.us/?p=159#comment-285</guid>
		<description>I followed your tutorial above but was unable to see any output.Could you please what might have gone wrong with above tutorial?

Thanks.</description>
		<content:encoded><![CDATA[<p>I followed your tutorial above but was unable to see any output.Could you please what might have gone wrong with above tutorial?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: claude</title>
		<link>http://claude.betancourt.us/tutorial-ext-charting-and-mapping-with-google-visualizations/comment-page-1/#comment-16</link>
		<dc:creator>claude</dc:creator>
		<pubDate>Tue, 14 Oct 2008 22:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://claude.betancourt.us/?p=159#comment-16</guid>
		<description>Thanks Aaron. I have updated the tutorial.</description>
		<content:encoded><![CDATA[<p>Thanks Aaron. I have updated the tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Conran</title>
		<link>http://claude.betancourt.us/tutorial-ext-charting-and-mapping-with-google-visualizations/comment-page-1/#comment-15</link>
		<dc:creator>Aaron Conran</dc:creator>
		<pubDate>Tue, 14 Oct 2008 14:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://claude.betancourt.us/?p=159#comment-15</guid>
		<description>Claude -

Great use of the extension! :)

I just wanted to comment and let you know that you actually don&#039;t have to modify the source of GVisualizationPanel.js to use the annotatedtimeline visualization. You can pass in an object literal with the pkg name as the key and the value as the class name. Like this:

&lt;code&gt;visualizationPkg: {&#039;annotatedtimeline&#039;:&#039;AnnotatedTimeLine&#039;}&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Claude -</p>
<p>Great use of the extension! <img src='http://claude.betancourt.us/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I just wanted to comment and let you know that you actually don&#8217;t have to modify the source of GVisualizationPanel.js to use the annotatedtimeline visualization. You can pass in an object literal with the pkg name as the key and the value as the class name. Like this:</p>
<p><code>visualizationPkg: {'annotatedtimeline':'AnnotatedTimeLine'}</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
