<?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 - Discussions &amp; Support</title>
        <description>Use this forum if you have issues or you want to discuss about the JS Charts.</description>
        <link>http://www.jscharts.com/forum/list.php?2</link>
        <lastBuildDate>Wed, 08 Sep 2010 19:33:35 -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 (no replies)</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,715,715#msg-715</guid>
            <title>What's this line between first and last item? (no replies)</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,711,711#msg-711</guid>
            <title>candlestock chart (no replies)</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,707,707#msg-707</guid>
            <title>More than 1 JSChart per page (no replies)</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,701,701#msg-701</guid>
            <title>Jschart and Ajax (2 replies)</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>Fri, 06 Aug 2010 08:52:30 -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 (1 reply)</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>Mon, 26 Jul 2010 05:16:16 -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 (1 reply)</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>Mon, 12 Jul 2010 04:40:58 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,687,687#msg-687</guid>
            <title>XML + JS Charts + .htaccess = Fail (no replies)</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) (no replies)</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,673,673#msg-673</guid>
            <title>Sharepoint &amp; JsCharts - Multiple Pie Charts in a WSS Dashboard (no replies)</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,669#msg-669</guid>
            <title>Can i use jschart in persian or arabic language? (2 replies)</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>Tue, 01 Jun 2010 00:21:01 -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? (no replies)</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,663#msg-663</guid>
            <title>Side-by-side Charts? (1 reply)</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 16:22:10 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,659,659#msg-659</guid>
            <title>Rotate X Axis value (no replies)</title>
            <link>http://www.jscharts.com/forum/read.php?2,659,659#msg-659</link>
            <description><![CDATA[ Hi everybody,<br />
<br />
I m using date ('4/22/2010') string to show as a X Axis label. If values increases then value of X Axis become suggested and overlap on each other. I m thinking if is there any way to rotate or angle the text then I can avoid overlapping of the values.]]></description>
            <dc:creator>Lokesh83</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Thu, 22 Apr 2010 05:43:36 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,655,655#msg-655</guid>
            <title>Is it possible to receive the code for the online editor? (1 reply)</title>
            <link>http://www.jscharts.com/forum/read.php?2,655,655#msg-655</link>
            <description><![CDATA[ Hi there, love what you did with the online editor for JS Charts.  Is it possible to get the code/HTML for how you put this together?  Thanks in advance--best regards.]]></description>
            <dc:creator>mwats777</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,653,653#msg-653</guid>
            <title>to dynamically populate bar chart (no replies)</title>
            <link>http://www.jscharts.com/forum/read.php?2,653,653#msg-653</link>
            <description><![CDATA[ HI<br />
I am very new to this. Just came across today.<br />
I have used jquery.post() and got a jsonobject back from servlet. I want to use that to populate the bar chart. In the sample example its hard coded, like<br />
var myData = new Array(['U.S.A.', 69.5], ['Canada', 2.8]);<br />
<br />
how to get myData populated dynamically..can somebody explain me with a simple example maybe employee or salary stuff..]]></description>
            <dc:creator>annmary</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Tue, 13 Apr 2010 15:43:03 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,651,651#msg-651</guid>
            <title>Empty String Passed to GetElementbyId() (1 reply)</title>
            <link>http://www.jscharts.com/forum/read.php?2,651,651#msg-651</link>
            <description><![CDATA[ Hi Guys,<br />
<br />
I love the JSCharts component but i cannot seem to track down a warning being issued whenever i display a chart.  The chart displays fine and has all the data in it as well as styling but it keeps bringing up the following 2 warnings per chart.draw().  <br />
<br />
&quot;Warning: Empty string passed to getElementById().&quot;<br />
&quot;Warning: Empty string passed to getElementById().&quot;<br />
<br />
I am using FF3.5.1 and here is the creation code<br />
<br />
	var myChart_Prices = new JSChart('id_TRADE_Chart_1', 'line');<br />
	myChart_Prices.setDataArray(Chart_Price_HIG_Array,'Highest Price');<br />
	myChart_Prices.setDataArray(Chart_Price_LOW_Array,'Lowest Price');<br />
	myChart_Prices.setDataArray(Chart_Price_AVG_Array,'Average Price');<br />
	myChart_Prices.setSize(759, 223);<br />
	myChart_Prices.setAxisValuesNumberX (15);<br />
	myChart_Prices.setAxisValuesDecimals(0)<br />
	myChart_Prices.setAxisNameX ('Days');<br />
	myChart_Prices.setAxisNameY('Cr');<br />
	myChart_Prices.setIntervalEndX ( 0);<br />
	myChart_Prices.setIntervalStartX ( -30);<br />
	myChart_Prices.setTitle('Market Price History for Cargo item');<br />
	myChart_Prices.draw();<br />
<br />
Have i missed something? <br />
<br />
This is pretty important as it is the only problem i have encountered with it and i will be buying the multisite licence to use it if i can get this sorted.<br />
<br />
Cheers<br />
<br />
Kay.<br />
<br />
P.s. And no...just ignore it as it has no impact is not an option...lol.  Those little yellow warning symbols are the bane of my life. :)]]></description>
            <dc:creator>KathrynAsha</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Tue, 20 Apr 2010 08:37:35 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,649,649#msg-649</guid>
            <title>showing label instead of tooltip (no replies)</title>
            <link>http://www.jscharts.com/forum/read.php?2,649,649#msg-649</link>
            <description><![CDATA[ hi all<br />
<br />
i downloaded the sample and they are awesome,but now i need little customisation in this,what i want is instead of tooltip i want to have label to be displayed at points,as my application is touch screen where the graph will be displayed,so that i can directly show it on screen,instead hovering mouse over the points,help is needed...thxs]]></description>
            <dc:creator>daivagna</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Tue, 06 Apr 2010 06:47:01 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,647,647#msg-647</guid>
            <title>How to Hide Axes in JS Charts? (1 reply)</title>
            <link>http://www.jscharts.com/forum/read.php?2,647,647#msg-647</link>
            <description><![CDATA[ Hi All,<br />
<br />
Was wondering if anyone can help me figure out how to NOT DISPLAY axes for line and bar charts. When I set the axes width to 0 it seems to work OK in Firefox but not Chrome. Is there a method I'm overlooking?<br />
<br />
myChart.setAxisWidth(0); //works in Firefox but not Chrome]]></description>
            <dc:creator>anongdu</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Fri, 23 Apr 2010 13:52:01 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,645,645#msg-645</guid>
            <title>How to Overlay text on Chart (no replies)</title>
            <link>http://www.jscharts.com/forum/read.php?2,645,645#msg-645</link>
            <description><![CDATA[ While working around not being able to set the position of the text in the titles I came up with the following code.  It simply draws text on the same canvas as JSCharts does.  Not sure if it works with IE but it does work with Firefox, Chrome and Safari.<br />
Charlie.<br />
<br />
<pre class="bbcode">
function overlayText() {
var canvas = document.getElementById(&quot;JSChart_mycanvas&quot; );
    if (canvas.getContext) {
        var ctx = canvas.getContext(&quot;2d&quot; );
        ctx.strokeStyle = &quot;rgb(0, 0, 0 )&quot;;
        ctx.strokeText(&quot;Hello World. &quot;, 10, 17 ,10 );   
             //strokeText(&quot;text to display&quot;, x pos, y pos, char width)
    }
}</pre>
[/code]]]></description>
            <dc:creator>cteufert</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Thu, 18 Mar 2010 10:47:45 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,637,637#msg-637</guid>
            <title>creating varying ammount of series (no replies)</title>
            <link>http://www.jscharts.com/forum/read.php?2,637,637#msg-637</link>
            <description><![CDATA[ Hello, <br />
<br />
I need to create a chart with varying amount of series (which are based of number of checkboxes selected). Problem is that if i try to use a cycle for series creation(commented text), chart creation fails (&quot;Your browser does not support chart object&quot; is shown). If i use manual input - meas_chart.setDataArray(chart_array[0]); and so on,  graph is displayed correctly, but, of course, control on amount of series is lost. Is it possible to get a workaround for this problem?<br />
<br />
Simon<br />
<br />
EDIT<br />
<br />
was stuck on this problem for few days only to miss an illegal variable declaration 8-)<br />
<br />
<pre class="bbcode">
&lt;div id=&quot;chartcontainer&quot;&gt;Your browser does not suport chart object&lt;/div&gt;
    &lt;script type=&quot;text/javascript&quot;&gt;
	var meas_chart = new JSChart('chartcontainer', 'line');
	//for(var q = 0;q&lt;k;q++)
	//{
	//	meas_chart.setDataArray(chart_array[q]);		
//	}
	meas_chart.setDataArray(chart_array[0]);	
	meas_chart.setDataArray(chart_array[1]);	
	meas_chart.setDataArray(chart_array[2]);
	meas_chart.draw();
	&lt;/script&gt;
</pre>]]></description>
            <dc:creator>Baka</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Sat, 13 Mar 2010 04:49:13 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,633,633#msg-633</guid>
            <title>Axis labels min and max are always there (2 replies)</title>
            <link>http://www.jscharts.com/forum/read.php?2,633,633#msg-633</link>
            <description><![CDATA[ Hi,<br />
I've created <a href="http://www.nodecaster.com/belfox.html" rel="nofollow" >this linechart</a> with jscharts and as you can see, the min and max values on the X-axis should better not be displayed. How do I do that?<br />
Rgds,<br />
Jef]]></description>
            <dc:creator>wauma002</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Mon, 15 Mar 2010 07:19:36 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,629,629#msg-629</guid>
            <title>Bug JS Charts in Opera (no replies)</title>
            <link>http://www.jscharts.com/forum/read.php?2,629,629#msg-629</link>
            <description><![CDATA[ I tested jscharts with follow html:<br />
<pre class="bbcode">
&lt;html&gt;
&lt;head&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;../../../sources/jscharts.js&quot;&gt;&lt;/script&gt;
&lt;/head&gt;

&lt;body&gt;
&lt;div id=&quot;graph&quot;&gt;Loading graph...&lt;/div&gt;

&lt;script type=&quot;text/javascript&quot;&gt;
	var myData = new Array(['18:00',1], ['.',3], ['.',0], ['.',0], ['.',0], ['.',0], ['.',0],
               ['19:00',0], ['.',0], ['.',0], ['.',0], ['.',0], ['.',0], ['.',0]);

	var myChart = new JSChart('graph', 'bar');
	myChart.setDataArray(myData);
	myChart.setSize(800, 600);
	myChart.draw();
&lt;/script&gt;

&lt;/body&gt;
&lt;/html&gt;</pre>
<br />
<br />
In Opera 10.10 bug: axis value and title not show. <br />
In console error:<br />
<pre class="bbcode">
JavaScript - file://localhost/media/010B-3892/JS-charts_demo/examples/bar-charts/example-1/index.html
Inline script thread
Unhandled exception: [Object DOMException]
name: Error
message: INDEX_SIZE_ERR
stacktrace: n/a; see  opera:config#UserPrefs|Exceptions Have Stacktrace</pre>
<br />
If set size myChart.setSize(800, 601); it`s show very well.<br />
<br />
Andrej Taran]]></description>
            <dc:creator>fant</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Thu, 11 Mar 2010 05:45:37 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,627,627#msg-627</guid>
            <title>Bar Tooltip is not working in the IE6 and chrome (1 reply)</title>
            <link>http://www.jscharts.com/forum/read.php?2,627,627#msg-627</link>
            <description><![CDATA[ Hi,<br />
<br />
When I am applying the Tooltip option on the Bar graph.<br />
Tooltip is only working in the Mozilla and not in the IE6 and chrome.<br />
<br />
This is the code I am using<br />
<br />
 &lt;script type=&quot;text/javascript&quot;&gt;<br />
	var myData = new Array(['Received', 920], ['Verified', 349], ['Unverified', 230], ['Valid', 87], ['Invalid', 580], ['Correction', 15]);<br />
	var colors = ['#699500', '#ff7200', '#ffc600', '#a80000', '#de2500', '#009174'];<br />
	var myChart = new JSChart('graph', 'bar');<br />
	myChart.setDataArray(myData);<br />
	myChart.colorizeBars(colors);<br />
	myChart.setAxisNameX('');<br />
	myChart.setAxisNameY('');<br />
	myChart.setAxisColor('#000000');<br />
	myChart.setAxisNameFontSize(16);<br />
	myChart.setAxisNameColor('#999');<br />
	myChart.setAxisValuesColor('#000000');<br />
    myChart.setAxisWidth(1);<br />
	myChart.setBarValuesColor('#00344c');<br />
    myChart.setAxisPaddingTop(20);<br />
	myChart.setAxisPaddingRight(0);<br />
	myChart.setAxisPaddingLeft(29);<br />
    myChart.setBarBorderWidth(0.5);<br />
	myChart.setBarBorderColor('#c5c5c5');<br />
	myChart.setBarSpacingRatio(50);<br />
	myChart.setTitle ('');<br />
    <b>myChart.setFlagRadius(5);<br />
	myChart.setTooltip(['Received', 'Received']);<br />
       myChart.setTooltipPosition('se');<br />
	myChart.setTooltipOffset(3);</b><br />
	myChart.setSize(370,290);<br />
	myChart.setBackgroundColor('#ffffff');<br />
	myChart.setGridColor('#ffffff');<br />
    myChart.draw();<br />
&lt;/script&gt;]]></description>
            <dc:creator>Neha5</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Fri, 12 Mar 2010 07:02:21 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,621,621#msg-621</guid>
            <title>JSChart disappears on refresh (1 reply)</title>
            <link>http://www.jscharts.com/forum/read.php?2,621,621#msg-621</link>
            <description><![CDATA[ I'm having this weird problem. I could'nt ever get the background to load. Nonetheless the chart disappears on a refresh . im using the javascript in a jsp file. Any clue what's happening?]]></description>
            <dc:creator>shahidmohd</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Fri, 05 Mar 2010 09:18:55 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,617,617#msg-617</guid>
            <title>Error while using JScharts in JSP (1 reply)</title>
            <link>http://www.jscharts.com/forum/read.php?2,617,617#msg-617</link>
            <description><![CDATA[ Hi <br />
I'm trying to use the JSChart javascript in a JSP page and I get the error &quot;JSChart cannot be resolved to a type&quot;.<br />
<br />
has anyone done this before. If yes, I would really appreciate your help.<br />
<br />
here is the code I'm using<br />
&lt;%@ taglib prefix=&quot;c&quot; uri=&quot;[<a href="http://java.sun.com/jsp/jstl/core&quot" rel="nofollow" >java.sun.com</a>]; %&gt;<br />
&lt;script type=&quot;text/javascript&quot; src=&quot;jscharts.js&quot;&gt;<br />
&lt;/script&gt;<br />
&lt;div id=&quot;graph&quot;&gt;Loading graph...&lt;/div&gt;<br />
<br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
	<br />
	var myData = new Array(['Jan', 2], ['Feb', 1], ['Mar', 3], ['Apr', 6], ['May', 8], ['Jun', 10], ['Jul', 9], ['Aug', 8], ['Sep', 5], ['Oct', 6], ['Nov', 2], ['Dec', 4]);<br />
	var colors = ['#FFCC00', '#FFFF00', '#CCFF00', '#99FF00', '#33FF00', '#00FF66', '#00FF99', '#00FFCC', '#FF0000', '#FF3300', '#FF6600', '#FF9900'];<br />
<br />
	var myChart = new JSChart('graph', 'pie');<br />
	myChart.setDataArray(myData);<br />
	myChart.colorizePie(colors);<br />
	myChart.setPiePosition(308, 170);<br />
	myChart.setPieRadius(95);<br />
	myChart.setPieUnitsFontSize(8);<br />
	myChart.setPieUnitsColor('#474747');<br />
	myChart.setPieValuesColor('#474747');<br />
	myChart.setPieValuesOffset(-10);<br />
	myChart.setTitleColor('#fff');<br />
	myChart.setSize(616, 321);<br />
	myChart.setBackgroundImage('chart_bg.jpg');<br />
	myChart.draw();<br />
	<br />
&lt;/script&gt;]]></description>
            <dc:creator>shahidmohd</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Fri, 05 Mar 2010 09:19:47 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,613,613#msg-613</guid>
            <title>Javascripte error in IE8 (2 replies)</title>
            <link>http://www.jscharts.com/forum/read.php?2,613,613#msg-613</link>
            <description><![CDATA[ I downloaded the free version and put the examples and sources in the same path on my site.<br />
I can look the graph in firefox3.6 ,but there are javascript error at line 30 in jscharts.js on IE8 . <br />
What else setting should I do? thanks]]></description>
            <dc:creator>joshua2010</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Thu, 04 Mar 2010 18:23:44 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,609,609#msg-609</guid>
            <title>Multiple containers in one page (2 replies)</title>
            <link>http://www.jscharts.com/forum/read.php?2,609,609#msg-609</link>
            <description><![CDATA[ Hi<br />
<br />
I have a page where I succesfully implemented JS Charts while using a XML file as source. I want to show two other graphs on the same page with a different XML data source. The graphs won't load, but show me a JavaScript error. Can somebody tell me what I am doing wrong?]]></description>
            <dc:creator>wilbertdev</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,603,603#msg-603</guid>
            <title>Correct way to plot dates (no replies)</title>
            <link>http://www.jscharts.com/forum/read.php?2,603,603#msg-603</link>
            <description><![CDATA[ Hi,<br />
<br />
I'm trying to make a burndown chart with the jsCharts package (hours remaining in a project over time).<br />
<br />
I know that jsCharts won't recognize dates, so I use day numbers in stead in order to get the correct spacing in the chart.<br />
<br />
Is there any coorect way to show dates? What if I feed the chart with one value per day? Can I set a caption or text for my values on the x-axis?]]></description>
            <dc:creator>bacalao</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Thu, 18 Feb 2010 07:54:57 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,601,601#msg-601</guid>
            <title>Setting Colors for JChart (no replies)</title>
            <link>http://www.jscharts.com/forum/read.php?2,601,601#msg-601</link>
            <description><![CDATA[ I am trying to use JCHART, and I have 2 Graphs that need specific colors.  The code that I have implemented changes the color of the charts on every load of the data.<br />
<br />
What I need is for Chart 1, When the text is '01 Red' I want the pie section to be Red, '02 Amber' and '03 Green' to match their names.  Is this possible and how?]]></description>
            <dc:creator>joetobey</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Mon, 01 Feb 2010 16:45:58 -0600</pubDate>
        </item>
    </channel>
</rss>
