<?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>Thu, 17 May 2012 03:35:28 -0500</lastBuildDate>
        <generator>Phorum 5.2.8</generator>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,1391,1391#msg-1391</guid>
            <title>negative value bar chart (no replies)</title>
            <link>http://www.jscharts.com/forum/read.php?2,1391,1391#msg-1391</link>
            <description><![CDATA[ Hello,<br />
<br />
Is it possible to display negative values in a bar chart?<br />
Regard<br />
<br />
Juan]]></description>
            <dc:creator>user1252601</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Fri, 11 May 2012 06:19:36 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,1381,1381#msg-1381</guid>
            <title>Line chart Legend (1 reply)</title>
            <link>http://www.jscharts.com/forum/read.php?2,1381,1381#msg-1381</link>
            <description><![CDATA[ I like the feature of being able to disable a line by clicking on its legend icon, but is there a way to update that icon to show that the line has been disabled? It's hard to tell when you're looking at 10+ lines which ones have been disabled.<br />
<br />
Thanks]]></description>
            <dc:creator>user1247306</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Wed, 09 May 2012 08:44:49 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,1371,1371#msg-1371</guid>
            <title>Bar Charts: Display only integer values for Y axis (1 reply)</title>
            <link>http://www.jscharts.com/forum/read.php?2,1371,1371#msg-1371</link>
            <description><![CDATA[ All;<br />
    I've looked through the JS Charts user guide, but I'm not seeing the option I need. I have a bar chart whose Y values are integers, but the bar chart is getting displayed with the grid values as floats. For example, 0.5, 1.0, 1.5, 2.0, etc. which don't make sense for this particular chart. I need to display only integer values. Can anyone tell me what option I need to use to accomplish this?<br />
Thanks;<br />
 Frank]]></description>
            <dc:creator>user1180336</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Fri, 04 May 2012 09:34:32 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,1361,1361#msg-1361</guid>
            <title>Watermark still appears even with license (1 reply)</title>
            <link>http://www.jscharts.com/forum/read.php?2,1361,1361#msg-1361</link>
            <description><![CDATA[ Hello;<br />
    I just purchased a non-commercial license for JSCharts. However, when I used the domain key in an example like this:<br />
<br />
var myChart = new JSChart('graph', 'bar', 'XXXXXXXXXXXXXX'); <br />
<br />
The watermark still appeared. Is there something else that I till need to do?<br />
Thanks;<br />
Frank]]></description>
            <dc:creator>user1180336</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Wed, 25 Apr 2012 01:48:12 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,1351,1351#msg-1351</guid>
            <title>is there possible to purchase developer licence of js chart (1 reply)</title>
            <link>http://www.jscharts.com/forum/read.php?2,1351,1351#msg-1351</link>
            <description><![CDATA[ hi,<br />
      I am paresh patel, i use your jschart for our new web based product &amp; is there any possibility of developer licence copy?]]></description>
            <dc:creator>user1223116</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Thu, 19 Apr 2012 02:28:17 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,1346,1346#msg-1346</guid>
            <title>Parameters in callback function (no replies)</title>
            <link>http://www.jscharts.com/forum/read.php?2,1346,1346#msg-1346</link>
            <description><![CDATA[ Hello, I have one problem. I use linechart with tooltips. I want to set myChart.setTooltip([15], function(){alert('callback');}); And in the function I want to show, on which tooltip user click. I want to set parameters of position linechart, but I dont know, how to do it.<br />
Please help!.<br />
Thank you a lot for your response.]]></description>
            <dc:creator>user1064991</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Mon, 16 Apr 2012 16:49:15 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,1341,1341#msg-1341</guid>
            <title>max number of x points (no replies)</title>
            <link>http://www.jscharts.com/forum/read.php?2,1341,1341#msg-1341</link>
            <description><![CDATA[ Hi,<br />
<br />
When putting ~300 x values (with tool-tip for each point) on the graph it takes a lot of time for the draw function. Is it correct? Does 300 is too much?<br />
<br />
Thanks in advance]]></description>
            <dc:creator>user1221941</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Sun, 15 Apr 2012 03:32:13 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,1336,1336#msg-1336</guid>
            <title>setShowXValues for string x values (no replies)</title>
            <link>http://www.jscharts.com/forum/read.php?2,1336,1336#msg-1336</link>
            <description><![CDATA[ Hi All,<br />
I use:<br />
var myData = new Array([4,0],[5,0],[6,0],[7,0],[8,0],[9,2],[10,0],[11,0]);<br />
var sessionsChart = new JSChart('graph', 'line');<br />
sessionsChart.setDataArray(myData);<br />
sessionsChart.setShowXValues(false);<br />
sessionsChart.draw();<br />
<br />
and everything work fine, no x values are shown. However if I use:<br />
<br />
var myData = new Array(['4',0],['5',0],['6',0],['7',0],['8',0],['9',2],['10',0],['11',0]);<br />
var sessionsChart = new JSChart('graph', 'line');<br />
sessionsChart.setDataArray(myData);<br />
sessionsChart.setShowXValues(false);<br />
sessionsChart.draw();<br />
<br />
all the X values are shown. Does setShowXValues(false) work only for numbers? I need it for strings since my values are 11-04, 12-04, 13-04... format and I don't want to show all of them.<br />
<br />
Thanks in advance]]></description>
            <dc:creator>user1221941</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Sun, 15 Apr 2012 03:15:23 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,1326,1326#msg-1326</guid>
            <title>graph killing internet explorer? (1 reply)</title>
            <link>http://www.jscharts.com/forum/read.php?2,1326,1326#msg-1326</link>
            <description><![CDATA[ HOLY EMOTIOCONS??!?!?<br />
<br />
I was looking up and down my php script... WHY WHY doesn't it work in IE, works fine in chrome/firefox...<br />
I had to cut and paste each section of code to find out where its happening.<br />
<br />
	myChart.draw();<br />
<br />
kills internet explorer.<br />
<br />
&lt;head&gt;<br />
    &lt;title&gt;Report&lt;/title&gt;<br />
    &lt;script type=&quot;text/javascript&quot; src=&quot;/sources/jscharts.js&quot;&gt;&lt;/script&gt;<br />
&lt;/head&gt;<br />
<br />
<br />
&lt;div id=&quot;chart_container&quot;&gt;Loading chart...&lt;/div&gt;<br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
<br />
	var myData = new Array(&lt;?php echo $graph_str; ?&gt;);<br />
	var myChart = new JSChart('chart_container', 'line');<br />
	myChart.setDataArray(myData);<br />
<br />
	myChart.colorize(['#1A90A9','#3E90C9','#3E90C9','#3E90C9','#3E90C9','#3E90C9','#3E90C9']);<br />
	myChart.setIntervalY(0, &lt;?php echo $high_call+1; ?&gt;);<br />
	myChart.setAxisValuesNumberY(&lt;?php echo $high_call+2; ?&gt;);<br />
	myChart.setAxisValuesDecimals(0)<br />
	myChart.setSize(616, 321);<br />
	myChart.setAxisNameColorX('#FFFFFF');<br />
	myChart.setAxisNameColorY('#FFFFFF');<br />
	myChart.setGridColor('#000000');<br />
	myChart.setBackgroundImage('chart_bg.jpg');<br />
	myChart.setLineWidth(5);<br />
	myChart.draw();<br />
&lt;/script&gt;<br />
<br />
$graph_str=&quot;['Wednesday', 6], ['Thursday', 0], ['Friday', 5], ['Saturday', 6], ['Sunday', 0], ['Monday', 2], ['Tuesday', 6]&quot;<br />
$high_call=6<br />
<br />
I can browse the example graphs on the jschart website no problem, so it has to be something in this code.  But what?<br />
<br />
Any help?  Any Idea why the graph is killing internet explorer?<br />
<br />
Thanks<br />
Nick]]></description>
            <dc:creator>user1140836</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Sat, 24 Mar 2012 20:42:33 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,1321,1321#msg-1321</guid>
            <title>Using JSON object/string directly to create chart (no replies)</title>
            <link>http://www.jscharts.com/forum/read.php?2,1321,1321#msg-1321</link>
            <description><![CDATA[ I am just getting my feet wet with JSCharts and things are going well except for one point. I can't find a way to pass a JSON object/string directly to create a chart.<br />
<br />
The setDataJSON function can be used to have JSCharts contact the server itself which gets me the data I need but this is a blocking action, so the script stops dead while waiting for the server to respond. I want to do other things while the request is running. Additionally I want to use part of the returned JSON for other things besides the chart, but the way things are now I would need to make two separate requests to the server - I am working with mobile networks so this is something I really want to avoid.<br />
<br />
Here is an example of what I would like to do:<br />
<br />
<pre class="bbcode">function loadChart() {
    $.get(&quot;getChart.php&quot;,
        function(data) {
            var jso = $.parseJSON(data);
            drawChart(jso.chartData);
            processOtherStuff(jso.otherData)
        }
    );
    doSomethingWhileRequestInProgress();
}

function drawChart(jso) {
    var myChart = new JSChart('chartcontainer', 'line');
    myChart.setDataJSONObject(jso);
    myChart.draw();
}</pre>
<br />
I am kinda surprised this is not available because with no http necessary it's actually less work for the JSChart creators to make than the existing setJSONData function is :)]]></description>
            <dc:creator>user1180396</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Tue, 13 Mar 2012 14:17:34 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,1306,1306#msg-1306</guid>
            <title>Multiple Data Bar Charts Error (1 reply)</title>
            <link>http://www.jscharts.com/forum/read.php?2,1306,1306#msg-1306</link>
            <description><![CDATA[ Hi,<br />
in addition to having conducted several tests with my script and also using your sample code, still get the following error: JSChart: Input data in wrong format for selected chart type.<br />
<br />
Any suggestions to get the graph?]]></description>
            <dc:creator>user607376</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Tue, 14 Feb 2012 07:15:11 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,1296,1296#msg-1296</guid>
            <title>Flag color match line color (1 reply)</title>
            <link>http://www.jscharts.com/forum/read.php?2,1296,1296#msg-1296</link>
            <description><![CDATA[ I have 2 lines on my chart and would like the flag colors to match the line colors. Is this possible?]]></description>
            <dc:creator>user1131826</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Wed, 08 Feb 2012 09:08:43 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,1276,1276#msg-1276</guid>
            <title>Dynamic JSON data (or XML) (1 reply)</title>
            <link>http://www.jscharts.com/forum/read.php?2,1276,1276#msg-1276</link>
            <description><![CDATA[ I'm trying to load dynamic data to JSCharts. To do so, I have an ASP.NET HttpHandler on my server that returns JSON formatted data, I then set the setJSONData method to point to the URL of my HTtpHandler. Will that work with JSCharts? If not how do I handle dynamic data with JSCharts? Seems like it should be able to do so. Thanks!]]></description>
            <dc:creator>user1046476</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Fri, 27 Jan 2012 14:53:02 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,1271,1271#msg-1271</guid>
            <title>Script Error when mousing over plot-points (1 reply)</title>
            <link>http://www.jscharts.com/forum/read.php?2,1271,1271#msg-1271</link>
            <description><![CDATA[ Hi,<br />
<br />
I'm experiencing a problem with the charting controls (all browsers) whereby, if the mouse is moved over one or more plot-points (with the circle around them) whilst the chart is drawing, I get a script error. (this doesn't always happen but the error is always the same).  Something along the lines of accessing a property when it's not ready.<br />
<br />
It happens more in old browsers such as IE 7 and 8, but, it does happen in modern ones too.<br />
<br />
Any ideas?<br />
<br />
Cheers]]></description>
            <dc:creator>user543666</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Mon, 30 Jan 2012 07:40:14 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,1266,1266#msg-1266</guid>
            <title>setArea and callback on Bar chart in IE (no replies)</title>
            <link>http://www.jscharts.com/forum/read.php?2,1266,1266#msg-1266</link>
            <description><![CDATA[ I am attempting to implement a bar chart with clickable bar areas to create a drill-down effect. I was able to get it to work using the setArea(unit, callback) method...however, it does not work in IE (surprise, surprise). It works perfectly in Firefox, and works in Chrome and Safari. I'm not getting any error messages in IE...just nothing happens when I click the bar. Here's a code sample of what I'm doing:<br />
<br />
<pre class="bbcode">
var myData = new Array(['Friend 1', 8], ['Friend 2', 5], ['Friend 3', 20]);
var myChart = new JSChart('chartcontainer', 'bar');
myChart.setDataArray(myData);
myChart.setArea('Friend 1', function() {
    goToUnit(8);
});

function goToUnit(unit) {
    alert(unit);
}</pre>
<br />
Any ideas on why that wouldn't work in IE? Thanks!]]></description>
            <dc:creator>user1046476</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Wed, 07 Dec 2011 07:47:35 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,1261,1261#msg-1261</guid>
            <title>Loading XML as a string (no replies)</title>
            <link>http://www.jscharts.com/forum/read.php?2,1261,1261#msg-1261</link>
            <description><![CDATA[ Hello,<br />
<br />
I am currently evaluating jscharts for our charts rendering (prior to buy it) and I have difficulties loading xml as a string. The xml is available in my view as a string that i have to manipulate and then output to jscharts.<br />
<br />
I saw the method setDataXml() and in particular the bool option to set to true when we want to load the xml as a string. But I Constantly have &quot;Unexpected token ILLEGAL&quot;. To understand my problem, imagine you have to load xml as a string and that this xml has simple and double quotes in it.<br />
<br />
Any idea ?<br />
Thank you in advance.]]></description>
            <dc:creator>user1009676</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Mon, 05 Dec 2011 04:19:13 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,1256,1256#msg-1256</guid>
            <title>about decompressed JS code (1 reply)</title>
            <link>http://www.jscharts.com/forum/read.php?2,1256,1256#msg-1256</link>
            <description><![CDATA[ Will I receive the source code if I purchase a commercial license?]]></description>
            <dc:creator>user1020176</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Tue, 31 Jan 2012 05:44:35 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,1246,1246#msg-1246</guid>
            <title>resize (no replies)</title>
            <link>http://www.jscharts.com/forum/read.php?2,1246,1246#msg-1246</link>
            <description><![CDATA[ Each time I call resize(x, y) to resize a JSChart, the chart's legend entries are duplicated. The resized chart otherwise looks fine but the growing legend is a problem. How can this behavior be avoided?]]></description>
            <dc:creator>user990121</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Thu, 03 Nov 2011 00:37:43 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,1241,1241#msg-1241</guid>
            <title>Empty data points on a line chart (1 reply)</title>
            <link>http://www.jscharts.com/forum/read.php?2,1241,1241#msg-1241</link>
            <description><![CDATA[ I cannot seem to find this in the how-to's, but is there a means to have empty data points in a line chart?  As in, a physical break on the line that does not appear?<br />
As I'm thinking of this, would I just make the color of those data points transparent as a workaround?<br />
EDIT: there does not seem to be a means to change the data points colors.<br />
<br />
thanks!]]></description>
            <dc:creator>user902811</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Mon, 27 Feb 2012 10:39:50 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,1231,1231#msg-1231</guid>
            <title>JSChart: No data loaded using json (1 reply)</title>
            <link>http://www.jscharts.com/forum/read.php?2,1231,1231#msg-1231</link>
            <description><![CDATA[ Hi,<br />
<br />
I tried many thing but I can't figure out what's wrong with my code.<br />
<br />
<pre class="bbcode">
The JS is from the example:
&lt;script type=&quot;text/javascript&quot;&gt;
	var myChart = new JSChart('chartcontainer', 'pie');
	myChart.setDataJSON('/statistiques/ajax/statuts');
	myChart.draw();
&lt;/script&gt;</pre>
<br />
<br />
and the page /statistiques/ajax/statuts returns :<br />
<pre class="bbcode">
{
    &quot;JSChart&quot;: {
        &quot;datasets&quot;: {
            &quot;type&quot;: &quot;pie&quot;,
            &quot;data&quot;: [
                {
                    &quot;unit&quot;: &quot;0&quot;,
                    &quot;value&quot;: &quot;0&quot;
                },
                {
                    &quot;unit&quot;: &quot;1&quot;,
                    &quot;value&quot;: &quot;6088&quot;
                },
                {
                    &quot;unit&quot;: &quot;2&quot;,
                    &quot;value&quot;: &quot;17&quot;
                },
                {
                    &quot;unit&quot;: &quot;3&quot;,
                    &quot;value&quot;: &quot;4&quot;
                },
                {
                    &quot;unit&quot;: &quot;4&quot;,
                    &quot;value&quot;: &quot;0&quot;
                },
                {
                    &quot;unit&quot;: &quot;5&quot;,
                    &quot;value&quot;: &quot;0&quot;
                },
                {
                    &quot;unit&quot;: &quot;6&quot;,
                    &quot;value&quot;: &quot;1&quot;
                },
                {
                    &quot;unit&quot;: &quot;7&quot;,
                    &quot;value&quot;: &quot;7&quot;
                },
                {
                    &quot;unit&quot;: &quot;8&quot;,
                    &quot;value&quot;: &quot;6&quot;
                },
                {
                    &quot;unit&quot;: &quot;9&quot;,
                    &quot;value&quot;: &quot;66&quot;
                },
                {
                    &quot;unit&quot;: &quot;10&quot;,
                    &quot;value&quot;: &quot;0&quot;
                }
            ]
        }
    }
}</pre>
<br />
Which is valid according to [<a href="http://jsonlint.com/" rel="nofollow" >jsonlint.com</a>] (the header even says Content-Type:application/json) and respects your schema as far as I know.<br />
<br />
Any ideas of what could be wrong?, Why I get the message : JSChart: No data loaded?<br />
<br />
Thanks!]]></description>
            <dc:creator>user969261</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Tue, 18 Oct 2011 06:01:55 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,1226,1226#msg-1226</guid>
            <title>Pie direction and angle offset (no replies)</title>
            <link>http://www.jscharts.com/forum/read.php?2,1226,1226#msg-1226</link>
            <description><![CDATA[ Feature suggestion:<br />
<ul>[*] set the angle for first item; i see now it's 0 <br /> [*] set direction; i see now it's clockwise. Not exactly needed if first feature is added; we could just reverse our data set and adjust initial angle</ul><br />
[*] set the angle for first item; i see now it's 0<br />
[*] set direction; i see now it's clockwise. Not exactly needed if first feature is added; we could just reverse our data set and adjust initial angle<br />
[/list]]]></description>
            <dc:creator>mihneasim</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Mon, 17 Oct 2011 07:53:55 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,1211,1211#msg-1211</guid>
            <title>Separator Lines (no replies)</title>
            <link>http://www.jscharts.com/forum/read.php?2,1211,1211#msg-1211</link>
            <description><![CDATA[ Hi<br />
<br />
Is there a method for placing separator lines in between the segments of a pie chart?<br />
<br />
Thanks.]]></description>
            <dc:creator>user959546</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Wed, 12 Oct 2011 06:45:27 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,1206,1206#msg-1206</guid>
            <title>IE 8 Results in Error (no replies)</title>
            <link>http://www.jscharts.com/forum/read.php?2,1206,1206#msg-1206</link>
            <description><![CDATA[ Hi<br />
<br />
Using .draw() in IE8 results in an error<br />
<br />
&quot;Invalid Argument&quot;<br />
<br />
The chart is only partially drawn.<br />
<br />
Any ideas anyone?<br />
<br />
Thanks]]></description>
            <dc:creator>user959546</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Wed, 12 Oct 2011 04:24:26 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,1196,1196#msg-1196</guid>
            <title>Event hooks? (no replies)</title>
            <link>http://www.jscharts.com/forum/read.php?2,1196,1196#msg-1196</link>
            <description><![CDATA[ Does anybody know if there are event hooks that we can tap into?  I'd particularly be interested in click and mouseover events, such that I could write custom methods that fire when the user clicks on a label, for example.]]></description>
            <dc:creator>user822881</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Fri, 16 Sep 2011 17:57:30 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,1191,1191#msg-1191</guid>
            <title>2 values y axis for 1 x axis (no replies)</title>
            <link>http://www.jscharts.com/forum/read.php?2,1191,1191#msg-1191</link>
            <description><![CDATA[ Hi,<br />
<br />
It's possible to have 2 values y axis for 1 x axis ? I would like to draw line graph with stairs.<br />
<br />
<br />
Thanks.]]></description>
            <dc:creator>user907171</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Wed, 07 Sep 2011 03:06:54 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,1181,1181#msg-1181</guid>
            <title>Multi-section bar in bar chart (1 reply)</title>
            <link>http://www.jscharts.com/forum/read.php?2,1181,1181#msg-1181</link>
            <description><![CDATA[ Hello, is it possible to achieve something like this:<br />
<a href="http://jcharts.sourceforge.net/samples/images/samples/stackedBar/stacked3DBarChart.png" rel="nofollow" >Image of a charrt</a>]]></description>
            <dc:creator>user832136</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Fri, 19 Aug 2011 07:21:55 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,1141,1141#msg-1141</guid>
            <title>jscharts IE9 (6 replies)</title>
            <link>http://www.jscharts.com/forum/read.php?2,1141,1141#msg-1141</link>
            <description><![CDATA[ Hey guys,<br />
Jscharts doesn't seem to work in IE9. When I call the .draw() method I get  'G_vmlCanvasManager' is undefined. Any advice?<br />
Thanks,<br />
mdk<br />
<a href="mailto:mkiger@fulcrumit.com">mkiger@fulcrumit.com</a>]]></description>
            <dc:creator>user853566</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Fri, 29 Jul 2011 08:56:59 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,1136,1136#msg-1136</guid>
            <title>comma at the end of myData array causing error (no replies)</title>
            <link>http://www.jscharts.com/forum/read.php?2,1136,1136#msg-1136</link>
            <description><![CDATA[ I have created a list of possible chart items that are extracting values from the wordpress database.  When I create the jscharts code to display the various items within the chart, all goes well until the last conditional.  Because  the myVar Array ends in a comma the chart does not render.  I have tried different types of trimming the last character from the array that I found on google, but none seem to work.<br />
<br />
Here is a clip of the conditional code I am using for the myData variable:<br />
<br />
<pre class="bbcode">
var myData = new Array(
	&lt;?php if ($percent_apple != 0) {echo &quot;['Apple',&quot; .$percent_apple.&quot;],&quot; ;} ?&gt;
	&lt;?php if ($percent_grape != 0) {echo &quot;['Grape',&quot; .$percent_grape.&quot;],&quot; ;} ?&gt; 
	&lt;?php if ($percent_orange != 0) {echo &quot;['Orange',&quot; .$percent_orange.&quot;],&quot; ;} ?&gt;
);</pre>
<br />
Any help is appreciated, Thanks.]]></description>
            <dc:creator>user834421</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Mon, 18 Jul 2011 14:54:41 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,1131,1131#msg-1131</guid>
            <title>Display Y axis on right side (no replies)</title>
            <link>http://www.jscharts.com/forum/read.php?2,1131,1131#msg-1131</link>
            <description><![CDATA[ Hi<br />
I want to show  the Y axis which is on left, to be displayed on right side.<br />
I had tried a lot of methods...but failed!]]></description>
            <dc:creator>user808856</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Mon, 27 Jun 2011 23:54:31 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.jscharts.com/forum/read.php?2,1126,1126#msg-1126</guid>
            <title>How to print a chart? (no replies)</title>
            <link>http://www.jscharts.com/forum/read.php?2,1126,1126#msg-1126</link>
            <description><![CDATA[ I would check if there is any way to print the chart?<br />
I can not print from IE8.<br />
Thank you.]]></description>
            <dc:creator>user809366</dc:creator>
            <category>Discussions &amp; Support</category>
            <pubDate>Mon, 27 Jun 2011 02:39:18 -0500</pubDate>
        </item>
    </channel>
</rss>

