<?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: Making FusionCharts Occupy 100% Width and Height of Container</title> <atom:link href="http://www.shamasis.net/2010/03/making-fusioncharts-occupy-100-width-and-height-of-container/feed/" rel="self" type="application/rss+xml" /><link>http://www.shamasis.net/2010/03/making-fusioncharts-occupy-100-width-and-height-of-container/</link> <description>All you need to know what I know</description> <lastBuildDate>Fri, 10 Feb 2012 05:52:00 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Shamasis Bhattacharya</title><link>http://www.shamasis.net/2010/03/making-fusioncharts-occupy-100-width-and-height-of-container/comment-page-1/#comment-4037</link> <dc:creator>Shamasis Bhattacharya</dc:creator> <pubDate>Sun, 03 Apr 2011 08:37:37 +0000</pubDate> <guid
isPermaLink="false">http://www.shamasis.net/?p=1323#comment-4037</guid> <description>&lt;p&gt;What&#039;s the error your are seeing? Anything on FireBug or JS Console?&lt;/p&gt;</description> <content:encoded><![CDATA[<p>What&#8217;s the error your are seeing? Anything on FireBug or JS Console?</p> ]]></content:encoded> </item> <item><title>By: deemer</title><link>http://www.shamasis.net/2010/03/making-fusioncharts-occupy-100-width-and-height-of-container/comment-page-1/#comment-4025</link> <dc:creator>deemer</dc:creator> <pubDate>Wed, 30 Mar 2011 16:23:17 +0000</pubDate> <guid
isPermaLink="false">http://www.shamasis.net/?p=1323#comment-4025</guid> <description>Hey I was trying the workaround , it does not seem to work in my case :(
(using  &lt;a title=&quot;Visit FusionCharts Free website&quot; href=&quot;http://www.fusioncharts.com/free/&quot; rel=&quot;nofollow&quot;&gt;FusionCharts Free&lt;/a&gt;)
here is piece of code :
&lt;pre&gt;&lt;body&gt;&lt;center&gt;
&lt;div id=&quot;myChartContainer&quot;&gt;Loading FusionCharts!&lt;/div&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
$(document).ready(function() {
$(&#039;#myChartContainer&#039;).insertFusionCharts({
type: &quot;Pie3D&quot;, width: &quot;auto&quot;, height: &quot;auto&quot;,
data: &quot;&lt;graph caption=&#039;Annual Sales Summary (2004 - 2007)&#039;&quot; +
&quot;xAxisName=&#039;Year&#039; yAxisName=&#039;Sales&#039; numberPrefix=&#039;$&#039;&gt;&quot; +
&quot;&lt;set name=&#039;2004&#039; value=&#039;37800&#039; color=&#039;AFD8F8&#039; /&gt;&quot; +
&quot;&lt;set name=&#039;2005&#039; value=&#039;21900&#039; color=&#039;F6BD0F&#039; /&gt;&quot; +
&quot;&lt;/graph&gt;&quot;,
dataFormat: &quot;XMLData&quot;
});
});
&lt;/script&gt;
&lt;/center&gt;
&lt;/body&gt;&lt;/pre&gt;
Cheers</description> <content:encoded><![CDATA[<p>Hey I was trying the workaround , it does not seem to work in my case <img
src='http://www.shamasis.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br
/> (using <a
title="Visit FusionCharts Free website" href="http://www.fusioncharts.com/free/" rel="nofollow">FusionCharts Free</a>)<br
/> here is piece of code :</p><p><pre>&lt;body&gt;&lt;center&gt;
&nbsp;&nbsp;&lt;div id=&quot;myChartContainer&quot;&gt;Loading FusionCharts!&lt;/div&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;script type=&quot;text/javascript&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;$(document).ready(function() {
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$(&#039;#myChartContainer&#039;).insertFusionCharts({
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;type: &quot;Pie3D&quot;, width: &quot;auto&quot;, height: &quot;auto&quot;,
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;data: &quot;&lt;graph caption=&#039;Annual Sales Summary (2004 - 2007)&#039;&quot; +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;xAxisName=&#039;Year&#039; yAxisName=&#039;Sales&#039; numberPrefix=&#039;$&#039;&gt;&quot; +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;&lt;set name=&#039;2004&#039; value=&#039;37800&#039; color=&#039;AFD8F8&#039; /&gt;&quot; +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;&lt;set name=&#039;2005&#039; value=&#039;21900&#039; color=&#039;F6BD0F&#039; /&gt;&quot; +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;&lt;/graph&gt;&quot;,
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dataFormat: &quot;XMLData&quot;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;});
&nbsp;&nbsp;&nbsp;&nbsp;});
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/script&gt;
&nbsp;&nbsp;&lt;/center&gt;
&lt;/body&gt;</pre></p><p>Cheers</p> ]]></content:encoded> </item> <item><title>By: Shamasis Bhattacharya</title><link>http://www.shamasis.net/2010/03/making-fusioncharts-occupy-100-width-and-height-of-container/comment-page-1/#comment-3224</link> <dc:creator>Shamasis Bhattacharya</dc:creator> <pubDate>Fri, 14 Jan 2011 12:54:59 +0000</pubDate> <guid
isPermaLink="false">http://www.shamasis.net/?p=1323#comment-3224</guid> <description>Nadeem, could you please elaborate? I could find the relevance of your comment with respect to what we are doing here.</description> <content:encoded><![CDATA[<p>Nadeem, could you please elaborate? I could find the relevance of your comment with respect to what we are doing here.</p> ]]></content:encoded> </item> <item><title>By: Nadeem Shafi</title><link>http://www.shamasis.net/2010/03/making-fusioncharts-occupy-100-width-and-height-of-container/comment-page-1/#comment-3145</link> <dc:creator>Nadeem Shafi</dc:creator> <pubDate>Tue, 11 Jan 2011 10:02:40 +0000</pubDate> <guid
isPermaLink="false">http://www.shamasis.net/?p=1323#comment-3145</guid> <description>use window.innerWidth
 </description> <content:encoded><![CDATA[<p>use window.innerWidth<br
/>  </p> ]]></content:encoded> </item> <item><title>By: Shamasis Bhattacharya</title><link>http://www.shamasis.net/2010/03/making-fusioncharts-occupy-100-width-and-height-of-container/comment-page-1/#comment-2146</link> <dc:creator>Shamasis Bhattacharya</dc:creator> <pubDate>Mon, 31 May 2010 17:20:33 +0000</pubDate> <guid
isPermaLink="false">http://www.shamasis.net/?p=1323#comment-2146</guid> <description>&lt;p&gt;Well... it seems to be a typical sign of the issue I mentioned under the section &quot;Precautions of using the percentage and auto methods&quot; at the end of the above post.&lt;/p&gt;
&lt;p&gt;Did you try with the workaround I suggested?&lt;/p&gt;</description> <content:encoded><![CDATA[<p>Well&#8230; it seems to be a typical sign of the issue I mentioned under the section &#8220;Precautions of using the percentage and auto methods&#8221; at the end of the above post.</p><p>Did you try with the workaround I suggested?</p> ]]></content:encoded> </item> <item><title>By: Thomás Habeyche Sieczkowski</title><link>http://www.shamasis.net/2010/03/making-fusioncharts-occupy-100-width-and-height-of-container/comment-page-1/#comment-2132</link> <dc:creator>Thomás Habeyche Sieczkowski</dc:creator> <pubDate>Thu, 20 May 2010 13:05:49 +0000</pubDate> <guid
isPermaLink="false">http://www.shamasis.net/?p=1323#comment-2132</guid> <description>It doesn´t work for me! when i set 100% for width, chart gets very tiny and align is in the left of its containers. And &quot;auto&quot; has the same behavior in some/my case.</description> <content:encoded><![CDATA[<p>It doesn´t work for me! when i set 100% for width, chart gets very tiny and align is in the left of its containers. And &#8220;auto&#8221; has the same behavior in some/my case.</p> ]]></content:encoded> </item> </channel> </rss>
