<?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: Generate Pie, Bar, Line Charts using Google Chart API</title> <atom:link href="http://viralpatel.net/blogs/2009/04/generate-pie-bar-line-charts-using-google-chart-api.html/feed" rel="self" type="application/rss+xml" /><link>http://viralpatel.net/blogs/2009/04/generate-pie-bar-line-charts-using-google-chart-api.html</link> <description>Tutorials, Java, J2EE, Struts, AJAX, JavaScript, CSS, Web 2.0, MySQL, Articles</description> <lastBuildDate>Mon, 06 Feb 2012 17:44:48 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Z</title><link>http://viralpatel.net/blogs/2009/04/generate-pie-bar-line-charts-using-google-chart-api.html/comment-page-1#comment-20433</link> <dc:creator>Z</dc:creator> <pubDate>Sat, 31 Dec 2011 16:44:34 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1085#comment-20433</guid> <description>How can I plot line graph using data from excel file?</description> <content:encoded><![CDATA[<p>How can I plot line graph using data from excel file?</p> ]]></content:encoded> </item> <item><title>By: Kjuly</title><link>http://viralpatel.net/blogs/2009/04/generate-pie-bar-line-charts-using-google-chart-api.html/comment-page-1#comment-15539</link> <dc:creator>Kjuly</dc:creator> <pubDate>Tue, 02 Aug 2011 15:49:59 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1085#comment-15539</guid> <description>Thank u! I got what I want! :D</description> <content:encoded><![CDATA[<p>Thank u! I got what I want! <img src='http://viralpatel.net/blogs/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Ankita</title><link>http://viralpatel.net/blogs/2009/04/generate-pie-bar-line-charts-using-google-chart-api.html/comment-page-1#comment-12316</link> <dc:creator>Ankita</dc:creator> <pubDate>Sat, 20 Mar 2010 13:32:26 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1085#comment-12316</guid> <description>Please tell me if there is any command which could be run on command line so that the bar graph is displayed</description> <content:encoded><![CDATA[<p>Please tell me if there is any command which could be run on command line so that the bar graph is displayed</p> ]]></content:encoded> </item> <item><title>By: Neema Patel</title><link>http://viralpatel.net/blogs/2009/04/generate-pie-bar-line-charts-using-google-chart-api.html/comment-page-1#comment-11502</link> <dc:creator>Neema Patel</dc:creator> <pubDate>Wed, 14 Oct 2009 16:11:53 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1085#comment-11502</guid> <description>Figured it out, Thanks!</description> <content:encoded><![CDATA[<p>Figured it out, Thanks!</p> ]]></content:encoded> </item> <item><title>By: Neema Patel</title><link>http://viralpatel.net/blogs/2009/04/generate-pie-bar-line-charts-using-google-chart-api.html/comment-page-1#comment-11501</link> <dc:creator>Neema Patel</dc:creator> <pubDate>Wed, 14 Oct 2009 15:55:11 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1085#comment-11501</guid> <description>Viral, I&#039;m trying to graph a line chart with at least 9 bars and a label for each bar (the label could also run over the bar). Can the x axis be extended to accomodate the width I require to display all the bars? Thanks for such a great tool! Neema</description> <content:encoded><![CDATA[<p>Viral,<br /> I&#8217;m trying to graph a line chart with at least 9 bars and a label for each bar (the label could also run over the bar). Can the x axis be extended to accomodate the width I require to display all the bars?<br /> Thanks for such a great tool!<br /> Neema</p> ]]></content:encoded> </item> <item><title>By: Viral Patel</title><link>http://viralpatel.net/blogs/2009/04/generate-pie-bar-line-charts-using-google-chart-api.html/comment-page-1#comment-6911</link> <dc:creator>Viral Patel</dc:creator> <pubDate>Sat, 16 May 2009 11:04:08 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1085#comment-6911</guid> <description>Hi Mr.Think, Google Chart API will take input points less than or equal to 100. In your case you are trying to give values greater than 100 as you mention. I will suggest you to convert your values in percentage values % and than pass it in URL. For example if your input set is (50,90,120,150,80,95) than you can convert these values into %. Simplest way is to treat 150 as 100 and convert rest of the values accordingly. I know this sounds weird but it is pure math.. This is nt the only way to convert these values between 100 ranges. We have not considered Minimum value from the list. But this will work..Let me know if it works for you.</description> <content:encoded><![CDATA[<p>Hi Mr.Think,<br /> Google Chart API will take input points less than or equal to 100. In your case you are trying to give values greater than 100 as you mention.<br /> I will suggest you to convert your values in percentage values % and than pass it in URL.<br /> For example if your input set is (50,90,120,150,80,95) than you can convert these values into %. Simplest way is to treat 150 as 100 and convert rest of the values accordingly.<br /> I know this sounds weird but it is pure math.. This is nt the only way to convert these values between 100 ranges. We have not considered Minimum value from the list. But this will work..</p><p>Let me know if it works for you.</p> ]]></content:encoded> </item> <item><title>By: mr.think</title><link>http://viralpatel.net/blogs/2009/04/generate-pie-bar-line-charts-using-google-chart-api.html/comment-page-1#comment-6845</link> <dc:creator>mr.think</dc:creator> <pubDate>Fri, 15 May 2009 18:43:02 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1085#comment-6845</guid> <description>how to create a line chart using google charts.I want to create a chart which value is more than 100 like http://chart.apis.google.com/chart?cht=lc&amp;chs=200x125&amp;chd=t:150,130,250,150,147,245,140,212 but google is not working.So can any one tell me how can i create this chart ??????</description> <content:encoded><![CDATA[<p>how to create a line chart using google charts.I want to create a chart which value is more than 100 like <a href="http://chart.apis.google.com/chart?cht=lc&#038;chs=200x125&#038;chd=t:150,130,250,150,147,245,140,212" rel="nofollow">http://chart.apis.google.com/chart?cht=lc&#038;chs=200&#215;125&#038;chd=t:150,130,250,150,147,245,140,212</a> but google is not working.So can any one tell me how can i create this chart ??????</p> ]]></content:encoded> </item> <item><title>By: Viral Patel</title><link>http://viralpatel.net/blogs/2009/04/generate-pie-bar-line-charts-using-google-chart-api.html/comment-page-1#comment-4051</link> <dc:creator>Viral Patel</dc:creator> <pubDate>Thu, 09 Apr 2009 08:32:37 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1085#comment-4051</guid> <description>Hi Sun, For adding labels to axis, you can use chxt and chxl parameters. For example to add labels to line chart following URL can be used. &lt;pre&gt; http://chart.apis.google.com/chart?chxt=x,y,r,x &amp;chxl=0:&#124;Jan&#124;July&#124;Jan&#124;July&#124;Jan&#124;1:&#124;0&#124;50&#124;100&#124;2:&#124;A&#124;B&#124;C&#124;3:&#124;2005&#124;2006&#124;2007 &amp;cht=lc&amp;chd=s:cEAELFJHHHKUju9uuXUc&amp;chco=76A4FB&amp;chls=2.0&amp;chs=200x125 &lt;/pre&gt; &lt;img src=&quot;http://chart.apis.google.com/chart?chxt=x,y,r,x&amp;chxl=0:&#124;Jan&#124;July&#124;Jan&#124;July&#124;Jan&#124;1:&#124;0&#124;50&#124;100&#124;2:&#124;A&#124;B&#124;C&#124;3:&#124;2005&#124;2006&#124;2007&amp;cht=lc&amp;chd=s:cEAELFJHHHKUju9uuXUc&amp;chco=76A4FB&amp;chls=2.0&amp;chs=200x125&quot;&gt;&lt;/img&gt; Refer &lt;a rel=&quot;nofollow&quot; href=&quot;http://code.google.com/apis/chart/labels.html#axis_labels&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/apis/chart/labels.html#axis_labels&lt;/a&gt; for more details.</description> <content:encoded><![CDATA[<p>Hi Sun,<br /> For adding labels to axis, you can use chxt and chxl parameters. For example to add labels to line chart following URL can be used.</p><pre>
<a href="http://chart.apis.google.com/chart?chxt=x,y,r,x" rel="nofollow">http://chart.apis.google.com/chart?chxt=x,y,r,x</a>
&#038;chxl=0:|Jan|July|Jan|July|Jan|1:|0|50|100|2:|A|B|C|3:|2005|2006|2007
&#038;cht=lc&#038;chd=s:cEAELFJHHHKUju9uuXUc&#038;chco=76A4FB&#038;chls=2.0&#038;chs=200x125
</pre><p><img src="http://chart.apis.google.com/chart?chxt=x,y,r,x&#038;chxl=0:|Jan|July|Jan|July|Jan|1:|0|50|100|2:|A|B|C|3:|2005|2006|2007&#038;cht=lc&#038;chd=s:cEAELFJHHHKUju9uuXUc&#038;chco=76A4FB&#038;chls=2.0&#038;chs=200x125"/><br /> Refer <a rel="nofollow" href="http://code.google.com/apis/chart/labels.html#axis_labels" rel="nofollow">http://code.google.com/apis/chart/labels.html#axis_labels</a> for more details.</p> ]]></content:encoded> </item> <item><title>By: Sun</title><link>http://viralpatel.net/blogs/2009/04/generate-pie-bar-line-charts-using-google-chart-api.html/comment-page-1#comment-3972</link> <dc:creator>Sun</dc:creator> <pubDate>Wed, 08 Apr 2009 16:52:09 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1085#comment-3972</guid> <description>Can you make more examples with labels on the axis? I can&#039;t seem to figure it out. I want to do line charts and label the x &amp; y axis.</description> <content:encoded><![CDATA[<p>Can you make more examples with labels on the axis? I can&#8217;t seem to figure it out. I want to do line charts and label the x &amp; y axis.</p> ]]></content:encoded> </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

Served from: viralpatel.net @ 2012-02-07 11:30:30 -->
