<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>JS Charts Forum</title>
        <description>Welcome to JS Charts Forum.</description>
        <link>http://www.jscharts.com/forum/index.php</link>
        <lastBuildDate>Wed, 08 Sep 2010 19:34:12 -0500</lastBuildDate>
        <generator>Phorum 5.2.8</generator>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,719,719#msg-719</guid>
            <title>the setGraphLabelPosition function does not work</title>
            <link>http://www.jscharts.com/forum/read.php?2,719,719#msg-719</link>
            <description><![CDATA[ Hi, I need help function setGraphLabelPosition, does not work with any of the parameters, the labels of the bars do not change the angle, I'm doing wrong?, greetings]]></description>
            <dc:creator>archermax</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Wed, 08 Sep 2010 16:42:42 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,655,717#msg-717</guid>
            <title>Re: Is it possible to receive the code for the online editor?</title>
            <link>http://www.jscharts.com/forum/read.php?2,655,717#msg-717</link>
            <description><![CDATA[ I would like it too..]]></description>
            <dc:creator>user430653</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Thu, 02 Sep 2010 11:43:59 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,715,715#msg-715</guid>
            <title>What's this line between first and last item?</title>
            <link>http://www.jscharts.com/forum/read.php?2,715,715#msg-715</link>
            <description><![CDATA[ I've got a weird line showing up in two of the charts I've made. Have a look at <a href="http://apft.net23.net/demos/blah/cap.jpg" rel="nofollow" >http://apft.net23.net/demos/blah/cap.jpg</a><br />
<br />
Any ideas what that lines doing?]]></description>
            <dc:creator>user425117</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Tue, 31 Aug 2010 16:44:22 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,587,713#msg-713</guid>
            <title>Re: Time values for X and decimals for Y</title>
            <link>http://www.jscharts.com/forum/read.php?2,587,713#msg-713</link>
            <description><![CDATA[ I am having the same problem where if unit is a string in the xml it breaks the graph. Did you end up with a solution?]]></description>
            <dc:creator>user420177</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Fri, 20 Aug 2010 12:49:02 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,711,711#msg-711</guid>
            <title>candlestock chart</title>
            <link>http://www.jscharts.com/forum/read.php?2,711,711#msg-711</link>
            <description><![CDATA[ Hi I am looking for a jQuery candlestock chart, if someone is able to help, that would be great, it would be great if JSCharts would do this?<br />
<br />
I am not sure if it is even possible to do with javascript or jQuery but if someone knows how please inform me where to look.<br />
Thanks]]></description>
            <dc:creator>russellharrower</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Sun, 08 Aug 2010 07:45:22 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,701,709#msg-709</guid>
            <title>Re: Jschart and Ajax</title>
            <link>http://www.jscharts.com/forum/read.php?2,701,709#msg-709</link>
            <description><![CDATA[ Guillermo:<br />
<br />
It's obviously a good while since you posted this, but could you elaborate a little more on how you used the xmlhttp.ReadyState in conjunction with the draw() function?<br />
<br />
Thanks!]]></description>
            <dc:creator>user412325</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Fri, 06 Aug 2010 08:52:30 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,707,707#msg-707</guid>
            <title>More than 1 JSChart per page</title>
            <link>http://www.jscharts.com/forum/read.php?2,707,707#msg-707</link>
            <description><![CDATA[ Its possible works with more than 1 JSChart per page?<br />
Tanks]]></description>
            <dc:creator>guillermo1</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Thu, 05 Aug 2010 14:12:26 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,565,705#msg-705</guid>
            <title>Re: setAxisNameY horizontal</title>
            <link>http://www.jscharts.com/forum/read.php?2,565,705#msg-705</link>
            <description><![CDATA[ I also need this function. Is there a work around I can use? I'm a little shocked that both line-breaks and text rotation aren't currently features of jsCharts.]]></description>
            <dc:creator>user410301</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Tue, 03 Aug 2010 13:27:42 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,701,703#msg-703</guid>
            <title>Re: Jschart and Ajax</title>
            <link>http://www.jscharts.com/forum/read.php?2,701,703#msg-703</link>
            <description><![CDATA[ Simply:<br />
<pre class="bbcode">
  if (xmlhttp.readyState==4 &amp;&amp; xmlhttp.status==200)
    {
    myChart.setDataXML('displaybenchmark.xml');
    myChart.draw();
    }

</pre>]]></description>
            <dc:creator>guillermo1</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Sat, 31 Jul 2010 20:54:24 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,701,701#msg-701</guid>
            <title>Jschart and Ajax</title>
            <link>http://www.jscharts.com/forum/read.php?2,701,701#msg-701</link>
            <description><![CDATA[ hello all, I created a file with an xml jschart, now I'm trying to modify the xml file via ajax when the user changes a select, this works perfectly but,  how to refresh the jschart at that time?]]></description>
            <dc:creator>guillermo1</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Sat, 31 Jul 2010 17:50:34 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,697,699#msg-699</guid>
            <title>Re: Works on IE, but not safari or iphone</title>
            <link>http://www.jscharts.com/forum/read.php?2,697,699#msg-699</link>
            <description><![CDATA[ Sorry to reply this late...<br />
Do our examples on jscharts.com work? If they do work, please show us some code so that we can reproduce the bug. Thanks!]]></description>
            <dc:creator>sabinmunteanu</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Mon, 26 Jul 2010 05:16:16 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,697,697#msg-697</guid>
            <title>Works on IE, but not safari or iphone</title>
            <link>http://www.jscharts.com/forum/read.php?2,697,697#msg-697</link>
            <description><![CDATA[ I am getting a javascript error on the iphone - result of expression 'fZ' [null] is not an object... Does jscharts work on iphone and safari?]]></description>
            <dc:creator>user400971</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Wed, 21 Jul 2010 01:11:50 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,693,695#msg-695</guid>
            <title>Re: put pie chart labels at one side</title>
            <link>http://www.jscharts.com/forum/read.php?2,693,695#msg-695</link>
            <description><![CDATA[ Hi,<br />
For now it's possible to hide the labels, but the legends will only be available in the next version (the release is not scheduled yet).]]></description>
            <dc:creator>sabinmunteanu</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Mon, 12 Jul 2010 04:40:58 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,693,693#msg-693</guid>
            <title>put pie chart labels at one side</title>
            <link>http://www.jscharts.com/forum/read.php?2,693,693#msg-693</link>
            <description><![CDATA[ Hi there!<br />
I am very happy using JsCharts but I would like to know if it's possible to take the labels out of the slices of a pie chart to a list in the side of it.<br />
<br />
Thanks in advance]]></description>
            <dc:creator>user391991</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Fri, 09 Jul 2010 20:58:05 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,159,691#msg-691</guid>
            <title>Re: Line break in axis lables</title>
            <link>http://www.jscharts.com/forum/read.php?2,159,691#msg-691</link>
            <description><![CDATA[ Hi,<br />
No line-breaks, we renounced to that idea, instead in the next version it will be possible to rotate the x-labels.]]></description>
            <dc:creator>sabinmunteanu</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Mon, 28 Jun 2010 03:35:08 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,159,689#msg-689</guid>
            <title>Re: Line break in axis lables</title>
            <link>http://www.jscharts.com/forum/read.php?2,159,689#msg-689</link>
            <description><![CDATA[ Are line breaks available yet in labels? I see the last answer from JSCharts was in March of 2009.]]></description>
            <dc:creator>user383855</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Fri, 25 Jun 2010 10:44:29 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,687,687#msg-687</guid>
            <title>XML + JS Charts + .htaccess = Fail</title>
            <link>http://www.jscharts.com/forum/read.php?2,687,687#msg-687</link>
            <description><![CDATA[ Hi,<br />
I have chart:<br />
<pre class="bbcode">
&lt;div id=&quot;charts&quot;&gt;&lt;/div&gt;

	&lt;script type=&quot;text/javascript&quot;&gt;
		var myChart = new JSChart('charts', 'line');
		myChart.setDataXML('/Engine/data-chart.xml');
		myChart.draw();
	&lt;/script&gt;</pre>
<br />
and XML file:<br />
<pre class="bbcode">
&lt;JSChart&gt;
	&lt;dataset type=&quot;line&quot; id=&quot;Przyjete&quot;&gt;
		&lt;data unit=&quot;0.5&quot; value=&quot;1&quot;/&gt;
		&lt;data unit=&quot;1.5&quot; value=&quot;8&quot;/&gt;
		&lt;data unit=&quot;2.5&quot; value=&quot;3&quot;/&gt;
		&lt;data unit=&quot;3.5&quot; value=&quot;17&quot;/&gt;
		&lt;data unit=&quot;4.5&quot; value=&quot;3&quot;/&gt;
		&lt;data unit=&quot;5.5&quot; value=&quot;9&quot;/&gt;
		&lt;data unit=&quot;6.5&quot; value=&quot;8&quot;/&gt;
		&lt;data unit=&quot;7.5&quot; value=&quot;10&quot;/&gt;
	&lt;/dataset&gt;

	&lt;dataset type=&quot;line&quot; id=&quot;Zrealizowane&quot;&gt;
		&lt;data unit=&quot;0.5&quot; value=&quot;3&quot;/&gt;
		&lt;data unit=&quot;1.5&quot; value=&quot;5&quot;/&gt;
		&lt;data unit=&quot;2.5&quot; value=&quot;1&quot;/&gt;
		&lt;data unit=&quot;3.5&quot; value=&quot;12&quot;/&gt;
		&lt;data unit=&quot;4.5&quot; value=&quot;1&quot;/&gt;
		&lt;data unit=&quot;5.5&quot; value=&quot;7&quot;/&gt;
		&lt;data unit=&quot;6.5&quot; value=&quot;4&quot;/&gt;
		&lt;data unit=&quot;7.5&quot; value=&quot;1&quot;/&gt;
	&lt;/dataset&gt;

	&lt;optionset&gt;
		&lt;option set=&quot;setSize&quot; value=&quot;580, 190&quot;/&gt;
		&lt;option set=&quot;setLineColor&quot; value=&quot;'#0070B8'&quot;/&gt;
		&lt;option set=&quot;setTitle&quot; value=&quot;'Wykres ilosci napraw przyjetych oraz zakonczonych'&quot;/&gt;
		&lt;option set=&quot;setTitleFontSize&quot; value=&quot;10&quot;/&gt;
		&lt;option set=&quot;setIntervalStartY&quot; value=&quot;0&quot;/&gt;
		&lt;option set=&quot;setAxisNameX&quot; value=&quot;' '&quot;/&gt;
		&lt;option set=&quot;setAxisNameY&quot; value=&quot;' '&quot;/&gt;
		&lt;option set=&quot;setShowXValues&quot; value=&quot;false&quot;/&gt;
		&lt;option set=&quot;setLabelX&quot; value=&quot;[0.5,'-7 dni']&quot;/&gt;
		&lt;option set=&quot;setLabelX&quot; value=&quot;[1.5,'-6 dni']&quot;/&gt;
		&lt;option set=&quot;setLabelX&quot; value=&quot;[2.5,'-5 dni']&quot;/&gt;
		&lt;option set=&quot;setLabelX&quot; value=&quot;[3.5,'-4 dni']&quot;/&gt;
		&lt;option set=&quot;setLabelX&quot; value=&quot;[4.5,'-3 dni']&quot;/&gt;
		&lt;option set=&quot;setLabelX&quot; value=&quot;[5.5,'-2 dni']&quot;/&gt;
		&lt;option set=&quot;setLabelX&quot; value=&quot;[6.5,'-1 dzien']&quot;/&gt;
		&lt;option set=&quot;setLabelX&quot; value=&quot;[7.5,'dzisiaj']&quot;/&gt;
		&lt;option set=&quot;setLineColor&quot; value=&quot;'#3E90C9', 'Przyjete'&quot;/&gt;
		&lt;option set=&quot;setLineColor&quot; value=&quot;'#C32FB0', 'Zrealizowane'&quot;/&gt;
	&lt;/optionset&gt;
&lt;/JSChart&gt;</pre>
<br />
When I add in .htaccess file this line:<br />
<pre class="bbcode">
:Location /*.xml
Use php5</pre>
<br />
JS Chart don't display chart :-/ File is this same, on this moment I don't add any PHP lines, so I don't have errors. When I off PHP pharser for xml files, everythink is all right. What's going non here? I want make xml data file where I have values from data base.]]></description>
            <dc:creator>user382333</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Thu, 24 Jun 2010 14:47:22 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,685,685#msg-685</guid>
            <title>Chart data auto refresh (ajax)</title>
            <link>http://www.jscharts.com/forum/read.php?2,685,685#msg-685</link>
            <description><![CDATA[ Hi,<br />
Is there a way to automatically refresh the chart with data from an XML file?]]></description>
            <dc:creator>user382333</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Thu, 24 Jun 2010 14:40:10 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,83,683#msg-683</guid>
            <title>Re: Internationalization  and format numbers?</title>
            <link>http://www.jscharts.com/forum/read.php?2,83,683#msg-683</link>
            <description><![CDATA[ Thanks for the answer! I think I have tried all that, but I will have to try again!]]></description>
            <dc:creator>Webemil</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Tue, 01 Jun 2010 02:20:26 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,669,681#msg-681</guid>
            <title>Re: Can i use jschart in persian or arabic language?</title>
            <link>http://www.jscharts.com/forum/read.php?2,669,681#msg-681</link>
            <description><![CDATA[ Right now the character set that we support is limited, but we will soon release a new version with utf-8 support.]]></description>
            <dc:creator>sabinmunteanu</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Tue, 01 Jun 2010 00:21:01 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,83,679#msg-679</guid>
            <title>Re: Internationalization  and format numbers?</title>
            <link>http://www.jscharts.com/forum/read.php?2,83,679#msg-679</link>
            <description><![CDATA[ Indeed, at least the utf-8 charset should be set in the HTML meta tags, if still not working try to also save your source file in utf-8.]]></description>
            <dc:creator>sabinmunteanu</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Tue, 01 Jun 2010 00:18:43 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,83,677#msg-677</guid>
            <title>Re: Internationalization  and format numbers?</title>
            <link>http://www.jscharts.com/forum/read.php?2,83,677#msg-677</link>
            <description><![CDATA[ Hi<br />
<br />
I'm testing out JSChart, but have problems showing danish characters like æ, ø and å (Æ,Ø and Å) - these seems to be supported when I look at the sourcecode, but I can't get them to show up in the graph. <br />
Are there any requirements for the source files to be saved as ANSI or UTF-8 or other?]]></description>
            <dc:creator>Webemil</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Mon, 31 May 2010 16:44:13 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,609,675#msg-675</guid>
            <title>Re: Multiple containers in one page</title>
            <link>http://www.jscharts.com/forum/read.php?2,609,675#msg-675</link>
            <description><![CDATA[ Can you explain how you did ? plz]]></description>
            <dc:creator>user366755</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Mon, 31 May 2010 11:03:04 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,673,673#msg-673</guid>
            <title>Sharepoint &amp; JsCharts - Multiple Pie Charts in a WSS Dashboard</title>
            <link>http://www.jscharts.com/forum/read.php?2,673,673#msg-673</link>
            <description><![CDATA[ [<a href="http://www.endusersharepoint.com/2009/06/03/multiple-pie-charts-in-a-wss-dashboard/" rel="nofollow" >www.endusersharepoint.com</a>]<br />
<br />
(thanks to Paul for finding this resource)]]></description>
            <dc:creator>danyb</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Fri, 28 May 2010 08:48:36 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,669,671#msg-671</guid>
            <title>Re: Can i use jschart in persian or arabic language?</title>
            <link>http://www.jscharts.com/forum/read.php?2,669,671#msg-671</link>
            <description><![CDATA[ Yea I am too interested in this question?  I want to use some Cyrillic letters in my tittle?]]></description>
            <dc:creator>user364623</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Thu, 27 May 2010 17:37:44 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,669,669#msg-669</guid>
            <title>Can i use jschart in persian or arabic language?</title>
            <link>http://www.jscharts.com/forum/read.php?2,669,669#msg-669</link>
            <description><![CDATA[ Hi<br />
Can i use jschart in persian or arabic language? (unicode support)]]></description>
            <dc:creator>espitman</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Sun, 23 May 2010 06:13:09 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,667,667#msg-667</guid>
            <title>Can you make a bar or pie chart clickable?</title>
            <link>http://www.jscharts.com/forum/read.php?2,667,667#msg-667</link>
            <description><![CDATA[ Howdy<br />
<br />
I see that tool tips are click-able in the most recent version.  <br />
<br />
Is there any way to make bars or pie pieces click-able?<br />
<br />
Thanks]]></description>
            <dc:creator>jreljac</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Wed, 28 Apr 2010 20:23:05 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,663,665#msg-665</guid>
            <title>Re: Side-by-side Charts?</title>
            <link>http://www.jscharts.com/forum/read.php?2,663,665#msg-665</link>
            <description><![CDATA[ I know its crass to answer your own question, but I used nested &lt;div&gt; and that did the trick!]]></description>
            <dc:creator>DadOnRed</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Fri, 23 Apr 2010 16:22:10 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,663,663#msg-663</guid>
            <title>Side-by-side Charts?</title>
            <link>http://www.jscharts.com/forum/read.php?2,663,663#msg-663</link>
            <description><![CDATA[ Hi, thanks for reading. I have 3 charts, each separated with &lt;div... and unique id.  In Firefox, the charts display vertically. How can I display them horizontally? Thanks for any tips.<br />
<br />
Example code:<br />
<br />
&lt;div id=&quot;chartcontainer&quot;&gt;You need to enable Javascript to see the dashboard&lt;/div&gt;  <br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
	var myChart = new JSChart('chartcontainer', 'bar');<br />
	myChart.setDataXML('data.xml');<br />
	myChart.draw();<br />
&lt;/script&gt;<br />
<br />
&lt;div id=&quot;chartcontainer2&quot;&gt;You need to enable Javascript to see the dashboard&lt;/div&gt; <br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
	var myChart = new JSChart('chartcontainer2', 'pie');<br />
	myChart.setDataXML('data2.xml');<br />
	myChart.draw();<br />
&lt;/script&gt;<br />
 <br />
&lt;div id=&quot;chartcontainer3&quot;&gt;You need to enable Javascript to see the dashboard&lt;/div&gt; <br />
&lt;script type=&quot;text/javascript&quot;&gt; <br />
	var myChart = new JSChart('chartcontainer3', 'line');<br />
	myChart.setDataXML('data3.xml');<br />
	myChart.draw();<br />
&lt;/script&gt;]]></description>
            <dc:creator>DadOnRed</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Fri, 23 Apr 2010 13:57:38 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,647,661#msg-661</guid>
            <title>Re: How to Hide Axes in JS Charts?</title>
            <link>http://www.jscharts.com/forum/read.php?2,647,661#msg-661</link>
            <description><![CDATA[ There doesn't appear to be an opacity setting for axis in jscharts. But you could set the axis color to be the same as your background.<br />
See <b>setAxisColor(string hexcolor)</b> or <b>setAxisValuesColor(string hexcolor)</b> in the reference.]]></description>
            <dc:creator>DadOnRed</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Fri, 23 Apr 2010 13:52:01 -0500</pubDate>
        </item>
    </channel>
</rss>
