<?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: AmCharts-PHP Class Library</title>
	<atom:link href="http://blog.fusonic.net/2009/02/amcharts-php-class-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fusonic.net/2009/02/amcharts-php-class-library/</link>
	<description></description>
	<lastBuildDate>Wed, 04 Jan 2012 14:48:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Ian</title>
		<link>http://blog.fusonic.net/2009/02/amcharts-php-class-library/comment-page-1/#comment-6541</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Wed, 11 Aug 2010 04:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fusonic.net/?p=104#comment-6541</guid>
		<description>Guys,

nice job, this is really very helpful. One question, for a line/area chart how do i add specific links to specific bullets?

(http://www.amcharts.com/docs/v.1/bundle/data/line_area_data#xml_data_attributes)</description>
		<content:encoded><![CDATA[<p>Guys,</p>
<p>nice job, this is really very helpful. One question, for a line/area chart how do i add specific links to specific bullets?</p>
<p>(<a href="http://www.amcharts.com/docs/v.1/bundle/data/line_area_data#xml_data_attributes" rel="nofollow">http://www.amcharts.com/docs/v.1/bundle/data/line_area_data#xml_data_attributes</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandra</title>
		<link>http://blog.fusonic.net/2009/02/amcharts-php-class-library/comment-page-1/#comment-6537</link>
		<dc:creator>Chandra</dc:creator>
		<pubDate>Wed, 04 Aug 2010 14:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fusonic.net/?p=104#comment-6537</guid>
		<description>Hi,

I want to upload a file which is on my desk (in some folder like D:\mydocuments\sample,xls); i want to upload this file using amCharts scriptlets.
How can i do this. i tried with absolute path(D:\mydocuments\sample,xls), still its giving error.
4.so.addVariable(&quot;data_file&quot;, escape(&quot;D:\mydocuments\sample,xls&quot;));
Its not loading throwing errror.


Regards,
Chandra</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I want to upload a file which is on my desk (in some folder like D:\mydocuments\sample,xls); i want to upload this file using amCharts scriptlets.<br />
How can i do this. i tried with absolute path(D:\mydocuments\sample,xls), still its giving error.<br />
4.so.addVariable(&#8220;data_file&#8221;, escape(&#8220;D:\mydocuments\sample,xls&#8221;));<br />
Its not loading throwing errror.</p>
<p>Regards,<br />
Chandra</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ignacio Mella</title>
		<link>http://blog.fusonic.net/2009/02/amcharts-php-class-library/comment-page-1/#comment-6526</link>
		<dc:creator>Ignacio Mella</dc:creator>
		<pubDate>Thu, 22 Jul 2010 19:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fusonic.net/?p=104#comment-6526</guid>
		<description>Mmm... From what I &lt;a href=&quot;http://www.amcharts.com/docs/v.1/bundle/settings/line_area#guides&quot; rel=&quot;nofollow&quot;&gt;see&lt;/a&gt; ( I think there should be a addGuide function.</description>
		<content:encoded><![CDATA[<p>Mmm&#8230; From what I <a href="http://www.amcharts.com/docs/v.1/bundle/settings/line_area#guides" rel="nofollow">see</a> ( I think there should be a addGuide function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ignacio Mella</title>
		<link>http://blog.fusonic.net/2009/02/amcharts-php-class-library/comment-page-1/#comment-6525</link>
		<dc:creator>Ignacio Mella</dc:creator>
		<pubDate>Thu, 22 Jul 2010 18:52:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fusonic.net/?p=104#comment-6525</guid>
		<description>Excellent library!. Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Excellent library!. Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wratke</title>
		<link>http://blog.fusonic.net/2009/02/amcharts-php-class-library/comment-page-1/#comment-6485</link>
		<dc:creator>wratke</dc:creator>
		<pubDate>Wed, 16 Jun 2010 04:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fusonic.net/?p=104#comment-6485</guid>
		<description>This is a really great library, thanks a lot for throwing it together. I did have one problem with the array2xml method in AmChart.php spitting out funky xml on a live server (I had no problem with it locally using wamp). I finally traced the problem down to  line 278 &#039;if($nextNode == null){&#039;. The $nextNode was being caught as null when it shouldn&#039;t have been which was causing multiple nodes to be generated when there only should have been one. I changed it to &#039;if($nextNode === null){&#039; so that it makes sure that the comparison is strongly typed and now everything is working fine.

Cheers.</description>
		<content:encoded><![CDATA[<p>This is a really great library, thanks a lot for throwing it together. I did have one problem with the array2xml method in AmChart.php spitting out funky xml on a live server (I had no problem with it locally using wamp). I finally traced the problem down to  line 278 &#8216;if($nextNode == null){&#8216;. The $nextNode was being caught as null when it shouldn&#8217;t have been which was causing multiple nodes to be generated when there only should have been one. I changed it to &#8216;if($nextNode === null){&#8216; so that it makes sure that the comparison is strongly typed and now everything is working fine.</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrice</title>
		<link>http://blog.fusonic.net/2009/02/amcharts-php-class-library/comment-page-1/#comment-5380</link>
		<dc:creator>Fabrice</dc:creator>
		<pubDate>Sat, 06 Mar 2010 07:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fusonic.net/?p=104#comment-5380</guid>
		<description>I&#039;m trying to integrate amcharts-php on a wordpress site. 
I think it would be great if the user can add the scripts links into the header of the html page (through the wordpress functions).
For that, I added a parameter to the constructor to specify if amcharts-php shall include the script links or not.
Regards.</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to integrate amcharts-php on a wordpress site.<br />
I think it would be great if the user can add the scripts links into the header of the html page (through the wordpress functions).<br />
For that, I added a parameter to the constructor to specify if amcharts-php shall include the script links or not.<br />
Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pincl</title>
		<link>http://blog.fusonic.net/2009/02/amcharts-php-class-library/comment-page-1/#comment-2631</link>
		<dc:creator>Pincl</dc:creator>
		<pubDate>Tue, 29 Sep 2009 12:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fusonic.net/?p=104#comment-2631</guid>
		<description>found it, anybody having this kind of newbie problems described above use:
$myChart-&gt;addLabel(&quot;blah&quot;, 0, 20 );</description>
		<content:encoded><![CDATA[<p>found it, anybody having this kind of newbie problems described above use:<br />
$myChart-&gt;addLabel(&#8220;blah&#8221;, 0, 20 );</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pincl</title>
		<link>http://blog.fusonic.net/2009/02/amcharts-php-class-library/comment-page-1/#comment-2630</link>
		<dc:creator>Pincl</dc:creator>
		<pubDate>Tue, 29 Sep 2009 12:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fusonic.net/?p=104#comment-2630</guid>
		<description>Great library compared to others but is it possible to use multiple labels on a chart?! Ive been tryng it for two days now and im beginning to suspect its impssible to configure using PHP. Am i the only one whos having this problem? Here is my code, can anybody help?

$chart-&gt;setConfigAll(array(
&quot;labels.label.x&quot; =&gt; 0,
&quot;labels.label.y&quot; =&gt; 20,
&quot;labels.label.text&quot; =&gt; &quot;&lt;b&gt;cells&#160;&#160;&#160;ml&lt;/b&gt;&quot;,
));
how can i add another label into x- 100, y - 20</description>
		<content:encoded><![CDATA[<p>Great library compared to others but is it possible to use multiple labels on a chart?! Ive been tryng it for two days now and im beginning to suspect its impssible to configure using PHP. Am i the only one whos having this problem? Here is my code, can anybody help?</p>
<p>$chart-&gt;setConfigAll(array(<br />
&#8220;labels.label.x&#8221; =&gt; 0,<br />
&#8220;labels.label.y&#8221; =&gt; 20,<br />
&#8220;labels.label.text&#8221; =&gt; &#8220;<b>cells&nbsp;&nbsp;&nbsp;ml</b>&#8220;,<br />
));<br />
how can i add another label into x- 100, y &#8211; 20</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haynes</title>
		<link>http://blog.fusonic.net/2009/02/amcharts-php-class-library/comment-page-1/#comment-2607</link>
		<dc:creator>Haynes</dc:creator>
		<pubDate>Sun, 27 Sep 2009 17:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fusonic.net/?p=104#comment-2607</guid>
		<description>Very nice library. Is google the best place to get the 2.2 version of swfobject?</description>
		<content:encoded><![CDATA[<p>Very nice library. Is google the best place to get the 2.2 version of swfobject?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hans</title>
		<link>http://blog.fusonic.net/2009/02/amcharts-php-class-library/comment-page-1/#comment-2480</link>
		<dc:creator>hans</dc:creator>
		<pubDate>Mon, 14 Sep 2009 10:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fusonic.net/?p=104#comment-2480</guid>
		<description>Hi, Very nice library!
Im trying to generate a stacked line graph. Is this possible with current version?
Can you provide a detailed example?
Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi, Very nice library!<br />
Im trying to generate a stacked line graph. Is this possible with current version?<br />
Can you provide a detailed example?<br />
Thanks in advance</p>
]]></content:encoded>
	</item>
</channel>
</rss>

