<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.ejschart.com/forums/" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>EJSChart</title>
 <link>http://www.ejschart.com/forums/</link>
 <description>EJSChart Discussion Forum</description>
 <language>en</language>
 <copyright>Copyright (c) EJSChart 2007 </copyright>
 <managingEditor>webmaster@ejschart.com</managingEditor>
 <webMaster>webmaster@ejschart.com</webMaster>
 <ttl>1</ttl>
 <pubDate>Sat, 05 Jul 2008 09:07:23 GMT</pubDate>
 <image>
  <url></url>
  <title>EJSChart</title>
  <link>http://www.ejschart.com/forums/</link>
 </image>
 <item>
  <title>General :: Some questions about EJS</title>
  <link>http://www.ejschart.com/forums/viewtopic.php?p=954#954</link>
  <description>Hello, 
&lt;br /&gt;
our team have some questions about your great EJC. If most of these questions can be reasonably accepted, we might order it.
&lt;br /&gt;

&lt;br /&gt;
1.) Wether you will proivde more events (e.g., mused-clicked) for developers to customze functionality in near future.
&lt;br /&gt;

&lt;br /&gt;
2.) One of our clients suggest a feature that users can draw lines on EJS because they would like to implement a tutorial site where teachers can draw some lines to hightlight somethins. 
&lt;br /&gt;

&lt;br /&gt;
3.) Performance tuning: on a testing PC (single core-1.6Mhz), CPU-resources consumed by IE become almost 80-100% as I tune the # of points in &amp;quot;http://www.ejschart.com/examples/other/dynamicArray.html&amp;quot; to 2000. We would like to know wether you have any strategy on performance tuning.
&lt;br /&gt;

&lt;br /&gt;
4) Scroll Bar: that is, EJS's  can be wider than the &amp;lt;div&amp;gt; contains it. Hence, users can use scroll bar to nevigate series.
&lt;br /&gt;

&lt;br /&gt;
5). What is exact release date of v2.0 and are there any features metioned above implemented in v2.0 ?
&lt;br /&gt;

&lt;br /&gt;
Regards,
&lt;br /&gt;
Ricky.</description>
  <category>General</category>
  <comments>http://www.ejschart.com/forums/posting.php?mode=reply&amp;t=532</comments>
  <dc:creator>aliasncnu</dc:creator>
  <pubDate>Fri, 04 Jul 2008 02:45:35 GMT</pubDate>
  <guid isPermaLink="true">http://www.ejschart.com/forums/viewtopic.php?p=954#954</guid>
 </item>
 <item>
  <title>General :: When using inside of a iframe ejscharts fail in ie</title>
  <link>http://www.ejschart.com/forums/viewtopic.php?p=953#953</link>
  <description>Hello,
&lt;br /&gt;

&lt;br /&gt;
 Currently i have set the line chart inside of iframe The line chart will display properly in firefox 2 and firefox 3 also safari, but will not display at all in Internet explorer. the error i get in IE is the data necessary to complete this operation is not yet available.
&lt;br /&gt;

&lt;br /&gt;
this is the code that is getting embedded inside of an iframe
&lt;br /&gt;

&lt;br /&gt;
'&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&amp;quot;&amp;gt;&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot; xml:lang=&amp;quot;en&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;&amp;lt;head&amp;gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://builder.bungeeconnect.com/ejscharts/EJSChart.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&amp;lt;/head&amp;gt;&amp;lt;body&amp;gt;&amp;lt;div id=&amp;quot;myChart1a&amp;quot; style=&amp;quot;width:650px; height:530px;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/body&amp;gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;var chart = new EJSC.Chart(&amp;quot;myChart1a&amp;quot;,{show_legend: true,show_messages: false, x_axis_caption: &amp;quot;Timestamp&amp;quot;,y_axis_caption: &amp;quot;Values&amp;quot;,allow_zoom: false,x_axis_formatter: new EJSC.DateFormatter({ format_string: &amp;quot;NN:SS:ZZZ&amp;quot; }),title: &amp;quot;Prototyping&amp;quot;});chart.addSeries(new EJSC.LineSeries(new EJSC.ArrayDataHandler([[1215104867,9675],[1215104867,9675],[1215104867,17300],[1215104869,9675],[1215104869,9675],[1215104869,9675],[1215104872,9675],[1215104872,423],[1215104871,17300],[1215104871,9675],[1215104874,17300],[1215104879,17300],[1215104881,17300],[1215104886,24410],[1215104887,5481],[1215104889,24410],[1215104890,17300],[1215104891,24410],[1215104893,17300],[1215104897,24410],[1215104905,9675],[1215104905,9675],[1215104907,9675],[1215104907,12276],[1215104908,9675],[1215104905,24410],[1215104912,24410],[1215104914,20824],[1215104915,9675],[1215104915,24410],[1215104916,20824],[1215104919,20824],[1215104920,24410],[1215104922,423],[1215104923,423],[1215104923,423],[1215104925,24410],[1215104928,24410],[1215104935,24410],[1215104939,423],[1215104940,24410],[1215104940,423],[1215104941,423],[1215104941,25353],[1215104942,25353],[1215104942,25353],[1215104943,25353],[1215104947,17300],[1215104964,24410],[1215104965,24410],[1215104966,423],[1215104967,24410],[1215104969,24410],[1215104971,423],[1215104971,423],[1215104973,423],[1215104971,24410],[1215104973,25920],[1215104974,25920],[1215104974,25920]])));&amp;lt;/script&amp;gt;&amp;lt;/html&amp;gt;'</description>
  <category>General</category>
  <comments>http://www.ejschart.com/forums/posting.php?mode=reply&amp;t=531</comments>
  <dc:creator>Gonzoga</dc:creator>
  <pubDate>Thu, 03 Jul 2008 17:20:06 GMT</pubDate>
  <guid isPermaLink="true">http://www.ejschart.com/forums/viewtopic.php?p=953#953</guid>
 </item>
 <item>
  <title>General :: Fix for Analog Gauge Labels reading 'undefined' in 1.3.1</title>
  <link>http://www.ejschart.com/forums/viewtopic.php?p=952#952</link>
  <description>This might be of use to anyone upgrading to 1.3.1 (in my case, it was from 1.2.1). With the new version, I've noticed immediately that my gauges which were previously rendering without issue now have a label that's coming back as 'undefined'. This was encountered with an AnalogGaugeSeries and an ArrayDataHandler (in my case, there's probably others).
&lt;br /&gt;

&lt;br /&gt;
Anyways, I've stepped through the code and noticed that some recent changes seem to be the cause of this. 
&lt;br /&gt;

&lt;br /&gt;
If you're getting this problem and have access to the source, so a search for 
&lt;br /&gt;
&amp;quot;&lt;span style=&quot;font-style: italic&quot;&gt;// JHM: 2008-06-05 - Modified to account for pie and gauge series which do not have y axis values&lt;/span&gt;&amp;quot;. 
&lt;br /&gt;
If you compare the code for setting &lt;span style=&quot;font-style: italic&quot;&gt;y_string_values&lt;/span&gt; and a little later for &lt;span style=&quot;font-style: italic&quot;&gt;this.__data[p][1]&lt;/span&gt;, you'll see that a regular expression is being applied to the owner type, specifically &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;this.__owner.__type.match&amp;#40;/pie|gauge/&amp;#41; == null&amp;#41;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
I've found that if I change the comparison operator to '!=' rather than '==', my gauges render as they did previously and without issue. I'm close to a release date so I don't have tons of time to test whether there are other impacts to making the change, but it doesn't seem to break anything else in my project (it's possible there are other impacts).
&lt;br /&gt;

&lt;br /&gt;
If someone from Emprise could offer insight as to whether I'm using the wrong code to draw my gauges, I'd appreciate it..
&lt;br /&gt;

&lt;br /&gt;
Sample: 
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;
&lt;br /&gt;
var series = new EJSC.AnalogGaugeSeries&amp;#40;new EJSC.ArrayDataHandler&amp;#40;&amp;#91;&amp;#91;&amp;quot;15&amp;quot;, &amp;quot;15660&amp;quot;&amp;#93;&amp;#93;&amp;#41;,
&lt;br /&gt;
&amp;#123;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;legendIsVisible&amp;#58; false,
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;needle&amp;#58; &amp;#123; color&amp;#58; &amp;quot;rgb&amp;#40;0,0,0&amp;#41;&amp;quot;, borderColor&amp;#58; &amp;quot;rgb&amp;#40;0,0,0&amp;#41;&amp;quot;,&amp;nbsp; borderWidth&amp;#58; 2, size&amp;#58; 15 &amp;#125;,
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;anchor&amp;#58; &amp;#123; size&amp;#58; 20 &amp;#125;,
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;range&amp;#58; &amp;#123; borderColor&amp;#58; undefined, borderWidth&amp;#58; 1, offset&amp;#58; 0, opacity&amp;#58; 100, style&amp;#58; &amp;quot;doughnut&amp;quot;, thickness&amp;#58; -50 &amp;#125;,
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;label&amp;#58; &amp;#123; className&amp;#58; &amp;quot;gaugeTitle&amp;quot;, textAlign&amp;#58; &amp;quot;center&amp;quot;, position&amp;#58; &amp;quot;centerBottom&amp;quot;, lines&amp;#58; 1 &amp;#125;,
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;tick&amp;#58; &amp;#123; className&amp;#58; &amp;quot;gaugeTick&amp;quot;, color&amp;#58; &amp;quot;rgb&amp;#40;0,0,0&amp;#41;&amp;quot;, offset&amp;#58; 0, opacity&amp;#58; 100, size&amp;#58; 1, thickness&amp;#58; 70 &amp;#125;,
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;tickCount&amp;#58; 8,
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;minorTick&amp;#58; &amp;#123; color&amp;#58; &amp;quot;rgb&amp;#40;150,159,150&amp;#41;&amp;quot;, count&amp;#58; 4, offset&amp;#58; 50, opacity&amp;#58; 100, size&amp;#58;&amp;nbsp; 1, thickness&amp;#58; 10 &amp;#125;,
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;axis&amp;#58; 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;#123; 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;color&amp;#58; &amp;quot;rgb&amp;#40;255,255,255&amp;#41;&amp;quot;, innerBorderColor&amp;#58; &amp;quot;rgb&amp;#40;0,0,0&amp;#41;&amp;quot;, innerBorderOpacity&amp;#58; 100, 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;innerBorderWidth&amp;#58; 1, innerBorderVisible&amp;#58; true, opacity&amp;#58; 0, outerBorderColor&amp;#58; &amp;quot;rgb&amp;#40;0,0,0&amp;#41;&amp;quot;, 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;outerBorderOpacity&amp;#58; 100, outerBorderWidth&amp;#58; 1, outerBorderVisible&amp;#58; true, thickness&amp;#58; 50 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;#125;,
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;min&amp;#58; 0,
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;max&amp;#58; 35
&lt;br /&gt;
&amp;#125; &amp;#41;;
&lt;br /&gt;
series.ranges =
&lt;br /&gt;
&amp;#91;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;#91;21, 35, &amp;quot;rgb&amp;#40;0,255,0&amp;#41;&amp;quot;&amp;#93;,
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;#91;17, 21, &amp;quot;rgb&amp;#40;255,255,0&amp;#41;&amp;quot;&amp;#93;,
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;#91;0, 17, &amp;quot;rgb&amp;#40;255,0,0&amp;#41;&amp;quot;&amp;#93;
&lt;br /&gt;
&amp;#93;;
&lt;br /&gt;

&lt;br /&gt;
if&amp;#40;null != gauge&amp;#41;
&lt;br /&gt;
&amp;#123; gauge.remove&amp;#40;&amp;#41;; &amp;#125;
&lt;br /&gt;
var dvGauge;
&lt;br /&gt;
dvGauge = document.getElementById&amp;#40;&amp;quot;dvGauge&amp;quot;&amp;#41;;
&lt;br /&gt;
if&amp;#40;null == dvGauge&amp;#41;
&lt;br /&gt;
&amp;#123; alert&amp;#40;&amp;quot;Unable to locate element 'dvGauge'&amp;quot;&amp;#41;; &amp;#125;
&lt;br /&gt;
else
&lt;br /&gt;
&amp;#123;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;var gauge = new EJSC.Chart&amp;#40;&amp;quot;dvGauge&amp;quot;,
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;#123;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;show_legend&amp;#58; false,
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;show_titlebar&amp;#58; false,
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;show_x_axis&amp;#58; false,
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;show_y_axis&amp;#58; false
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;#125;&amp;#41;;
&lt;br /&gt;
gauge.__srcPath = &amp;quot;includes&amp;quot;;
&lt;br /&gt;
if&amp;#40;null == series&amp;#41; &amp;#123; alert&amp;#40;&amp;quot;Unable to reference 'series'&amp;quot;&amp;#41;; &amp;#125;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;gauge.addSeries&amp;#40;series, false&amp;#41;;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;gauge.redraw&amp;#40;&amp;#41;;
&lt;br /&gt;
&amp;#125;
&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
Pardon the extraneous javascript, I've included it on the odd chance that it might have an impact...</description>
  <category>General</category>
  <comments>http://www.ejschart.com/forums/posting.php?mode=reply&amp;t=530</comments>
  <dc:creator>SabatonFan</dc:creator>
  <pubDate>Thu, 03 Jul 2008 15:33:05 GMT</pubDate>
  <guid isPermaLink="true">http://www.ejschart.com/forums/viewtopic.php?p=952#952</guid>
 </item>
 <item>
  <title>General :: EJS Charts Interactiveness 101</title>
  <link>http://www.ejschart.com/forums/viewtopic.php?p=949#949</link>
  <description>&lt;img src=&quot;images/smiles/icon_question.gif&quot; alt=&quot;Question&quot; border=&quot;0&quot; /&gt; 
&lt;br /&gt;

&lt;br /&gt;
Hello,
&lt;br /&gt;

&lt;br /&gt;
We just found EJS Charts as a tool and are currently reading on it's strengths and features. Simply put, our team is pretty much enthused by it's being light weight and it's ability to deliver rich graphical information. 
&lt;br /&gt;

&lt;br /&gt;
We were wondering if we could get our hands on some suggestive sample codes on how to extract relevant information from the charts themselves, e.g. interactive APIs and how to use them. Are there snippets perhaps out there that we can feed in our research? We checked out the sample codes provided and it seems like they're expounding more on the means to properly render the charts.
&lt;br /&gt;

&lt;br /&gt;
Would appreciate all the help and thanks in advance.
&lt;br /&gt;

&lt;br /&gt;
Best Regards,</description>
  <category>General</category>
  <comments>http://www.ejschart.com/forums/posting.php?mode=reply&amp;t=529</comments>
  <dc:creator>Dragon</dc:creator>
  <pubDate>Wed, 02 Jul 2008 18:09:11 GMT</pubDate>
  <guid isPermaLink="true">http://www.ejschart.com/forums/viewtopic.php?p=949#949</guid>
 </item>
 <item>
  <title>General :: Analog gauge bug in IE6 &amp;amp; IE7</title>
  <link>http://www.ejschart.com/forums/viewtopic.php?p=946#946</link>
  <description>Analog gauge throws runtime exceptions when element containing the chart gets removed from its dom parent.
&lt;br /&gt;

&lt;br /&gt;
Is this a known bug?  Has there been a fix for this?
&lt;br /&gt;
Note that this doesnt happen on other browsers cept ie6 &amp;amp; ie7</description>
  <category>General</category>
  <comments>http://www.ejschart.com/forums/posting.php?mode=reply&amp;t=528</comments>
  <dc:creator>dyu</dc:creator>
  <pubDate>Wed, 02 Jul 2008 12:55:22 GMT</pubDate>
  <guid isPermaLink="true">http://www.ejschart.com/forums/viewtopic.php?p=946#946</guid>
 </item>
 <item>
  <title>Future :: Chart Notes</title>
  <link>http://www.ejschart.com/forums/viewtopic.php?p=941#941</link>
  <description>I would like the ability to create &amp;quot;Note&amp;quot; objects that are some what analagous to the existing series objects.  The constructor would require an x value, a y value and text with an optional title (caption?), className, etc.  Each note, like a series would be automtically numbered. A dot would be placed on the chart at the point referenced by the note object and an entity would be drawn near by. It could look like the hint, showing the caption and having an arrow pointing at the dot  but I would think that a  small circle with the (foot)note number inside it located near the dot would be sufficient, perhaps preferable. Both could be supported using a  property to specify which style is wanted. Hovering over the marker would cause the note to be displayed, leaving the marker would cause the note to disappear. 
&lt;br /&gt;

&lt;br /&gt;
An entity similar to the current &amp;quot;series legend&amp;quot; would be created when note objects are added to a chart. It would have an overloadable title of &amp;quot;Notes&amp;quot;. It could be dragged, maximized and  minimized, just like the current legend. The note number followed by the caption would appear in the list. Clicking[hovering?] on a list item would allow the text of that note to be read. 
&lt;br /&gt;

&lt;br /&gt;
Even though it is not officially supported by Emprise, I position, minimize, maximize, show and hide the existing &amp;quot;series&amp;quot; legend using code.  I would expect to do the same things for the footnote legend using a published API.
&lt;br /&gt;

&lt;br /&gt;
I would believe that I can create this facility and overlay a chart with it using the existing API, in particular the doAfterDraw event and the convertPointToPixel method but a little help from Emprise would go a long way.</description>
  <category>Future</category>
  <comments>http://www.ejschart.com/forums/posting.php?mode=reply&amp;t=527</comments>
  <dc:creator>Ted</dc:creator>
  <pubDate>Mon, 30 Jun 2008 16:55:59 GMT</pubDate>
  <guid isPermaLink="true">http://www.ejschart.com/forums/viewtopic.php?p=941#941</guid>
 </item>
 <item>
  <title>Future :: &amp;quot;Scale&amp;quot; property for the number formatter</title>
  <link>http://www.ejschart.com/forums/viewtopic.php?p=939#939</link>
  <description>I am sure that I can do this by creating a custom number formatter but if enough people would use it, I think that it would be trivial to ad to the default number formatter.  That would be the ability to add a property, perhaps named &amp;quot;Scale&amp;quot; to this object.  The data value would be multiplied by this factor and rounded before the number was formated. This is common in financial reporting. Some times the numers are scaled in dollars, sometimes in thousands of dollars, sometimes in millions and sometimes in billions.  There are many reasons why I want to load the series with the actual values and only scale the values when formatting the captions.  One is that I can put a drop down and let the user select the scale and redraw the map without having to recreate the series with scaled numbers.</description>
  <category>Future</category>
  <comments>http://www.ejschart.com/forums/posting.php?mode=reply&amp;t=526</comments>
  <dc:creator>Ted</dc:creator>
  <pubDate>Sat, 28 Jun 2008 18:56:40 GMT</pubDate>
  <guid isPermaLink="true">http://www.ejschart.com/forums/viewtopic.php?p=939#939</guid>
 </item>
 <item>
  <title>General :: Dates output on graph do not match dates input via array.</title>
  <link>http://www.ejschart.com/forums/viewtopic.php?p=932#932</link>
  <description>I am having problems with dates with EJSChart. I made a sample html which shows the problem. Basically the dates I put in via my array series DO NOT match the dates output on the graph. Not even close. I really want to use this software but I cannot resolve this problem. Any help appreciated,
&lt;br /&gt;

&lt;br /&gt;
Adam.
&lt;br /&gt;

&lt;br /&gt;
Example html follows:
&lt;br /&gt;
+-----
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;HTML&amp;gt;
&lt;br /&gt;
	&amp;lt;HEAD&amp;gt;
&lt;br /&gt;
		&amp;lt;title&amp;gt;Date Test&amp;lt;/title&amp;gt;
&lt;br /&gt;
		&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;./EJSChart/EJSChart.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;
&lt;br /&gt;
	&amp;lt;/HEAD&amp;gt;
&lt;br /&gt;
	&amp;lt;body class=&amp;quot;wholepage&amp;quot; topmargin=&amp;quot;0&amp;quot; leftmargin=&amp;quot;0&amp;quot; marginheight=&amp;quot;0&amp;quot; marginwidth=&amp;quot;0&amp;quot;&amp;gt;
&lt;br /&gt;
		&amp;lt;div id=&amp;quot;content-wrap&amp;quot;&amp;gt;
&lt;br /&gt;
			&amp;lt;div id=&amp;quot;main&amp;quot;&amp;gt;
&lt;br /&gt;
		      &amp;lt;h1&amp;gt;Date Test Showing Bad Dates in Chart...&amp;lt;/h1&amp;gt;
&lt;br /&gt;
		      &amp;lt;div class=&amp;quot;onecolumn&amp;quot;&amp;gt;
&lt;br /&gt;
				&amp;lt;div class=&amp;quot;default&amp;quot;&amp;gt;
&lt;br /&gt;
					&amp;lt;h2 class=&amp;quot;result&amp;quot;&amp;gt;Notice that the dates on the graph do not match those passed via the array.&amp;lt;/h2&amp;gt;
&lt;br /&gt;
					&amp;lt;div id=&amp;quot;buildTimesChart&amp;quot; style=&amp;quot;width:800px; height:330px;&amp;quot; class=&amp;quot;chart&amp;quot;&amp;gt;
&lt;br /&gt;
					&amp;lt;/div&amp;gt;
&lt;br /&gt;
				&amp;lt;/div&amp;gt;
&lt;br /&gt;
			  &amp;lt;/div&amp;gt;
&lt;br /&gt;
				&amp;lt;script type=&amp;quot;text/javascript&amp;quot; id=&amp;quot;buildTimesScript&amp;quot;&amp;gt;
&lt;br /&gt;
									var chart = new EJSC.Chart(	'buildTImesChart' , {
&lt;br /&gt;
										show_mouse_position: false,
&lt;br /&gt;
										x_axis_size: 30,
&lt;br /&gt;
										x_axis_caption: &amp;quot;Date&amp;quot; , 
&lt;br /&gt;
										y_axis_caption: &amp;quot;Time&amp;quot; , 
&lt;br /&gt;
										show_crosshairs:{x:true,y:true},
&lt;br /&gt;
										x_axis_formatter:new EJSC.DateFormatter({format_string:&amp;quot;DD/MM&amp;lt;br&amp;gt;YYYY&amp;quot;})
&lt;br /&gt;
									});
&lt;br /&gt;

&lt;br /&gt;
									var ary = []; 
&lt;br /&gt;

&lt;br /&gt;
									
&lt;br /&gt;
									ary.push( [ ((new Date(2008,06,23)).getTime()) , 14.59 ] ); 
&lt;br /&gt;
									
&lt;br /&gt;
									ary.push( [ ((new Date(2008,06,24)).getTime()) , 14.31 ] ); 
&lt;br /&gt;
									
&lt;br /&gt;
									ary.push( [ ((new Date(2008,06,25)).getTime()) , 14.43 ] ); 
&lt;br /&gt;
									
&lt;br /&gt;
								
&lt;br /&gt;

&lt;br /&gt;
									var arraySeries = new EJSC.LineSeries( 
&lt;br /&gt;
									  new EJSC.ArrayDataHandler( ary ) , 
&lt;br /&gt;
									  { autosort: false } 
&lt;br /&gt;
									); 
&lt;br /&gt;

&lt;br /&gt;
									chart.addSeries(arraySeries);
&lt;br /&gt;

&lt;br /&gt;
				&amp;lt;/script&amp;gt;
&lt;br /&gt;
			&amp;lt;/div&amp;gt;
&lt;br /&gt;
		&amp;lt;/div&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
		&amp;lt;div id=&amp;quot;code&amp;quot;&amp;gt;
&lt;br /&gt;
		&amp;lt;br&amp;gt;
&lt;br /&gt;
			If you View Source you can see that the dates do not match those output on the graph...ie.&amp;lt;br&amp;gt;
&lt;br /&gt;
			ary.push( [ ((new Date(2008,06,23)).getTime()) , 14.59 ] ); &amp;lt;br&amp;gt;
&lt;br /&gt;
			ary.push( [ ((new Date(2008,06,24)).getTime()) , 14.31 ] ); &amp;lt;br&amp;gt;
&lt;br /&gt;
			ary.push( [ ((new Date(2008,06,25)).getTime()) , 14.43 ] ); &amp;lt;br&amp;gt;
&lt;br /&gt;
		&amp;lt;/div&amp;gt;
&lt;br /&gt;
		&amp;lt;div id=&amp;quot;output&amp;quot;&amp;gt;
&lt;br /&gt;
			Below is an image of what I get as output...&amp;lt;br&amp;gt;
&lt;br /&gt;
			&amp;lt;img src=&amp;quot;datetestoutput.jpg&amp;quot; border=&amp;quot;0&amp;quot;/&amp;gt;
&lt;br /&gt;
		&amp;lt;/div&amp;gt;
&lt;br /&gt;
	&amp;lt;/body&amp;gt;
&lt;br /&gt;
&amp;lt;/HTML&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
+------
&lt;br /&gt;

&lt;br /&gt;
I tried to include a test image showing the problems but this forum doesn't let me attach any files.
&lt;br /&gt;

&lt;br /&gt;
Is there a private support channel I could send this to?
&lt;br /&gt;

&lt;br /&gt;
I went to trouble of adding EJSChart to my Cruisecontrol.NET setup already so I would REALLY like to fix this.
&lt;br /&gt;

&lt;br /&gt;
Cheers,
&lt;br /&gt;

&lt;br /&gt;
Adam.
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
[img][/img]</description>
  <category>General</category>
  <comments>http://www.ejschart.com/forums/posting.php?mode=reply&amp;t=525</comments>
  <dc:creator>carnage</dc:creator>
  <pubDate>Thu, 26 Jun 2008 08:39:25 GMT</pubDate>
  <guid isPermaLink="true">http://www.ejschart.com/forums/viewtopic.php?p=932#932</guid>
 </item>
 <item>
  <title>General :: xAxis without Weekend</title>
  <link>http://www.ejschart.com/forums/viewtopic.php?p=931#931</link>
  <description>It is possible to build a chart that represents a week without the weekend. I'm trying but i think is not possible.
&lt;br /&gt;
can anybody help me.</description>
  <category>General</category>
  <comments>http://www.ejschart.com/forums/posting.php?mode=reply&amp;t=524</comments>
  <dc:creator>ruiguarda</dc:creator>
  <pubDate>Wed, 25 Jun 2008 10:55:24 GMT</pubDate>
  <guid isPermaLink="true">http://www.ejschart.com/forums/viewtopic.php?p=931#931</guid>
 </item>
 <item>
  <title>General :: XMLDataHandler not included in this edition??</title>
  <link>http://www.ejschart.com/forums/viewtopic.php?p=930#930</link>
  <description>I just started toying with the evaluation and wrote this simple html file...
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&amp;quot;&amp;gt;
&lt;br /&gt;
&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot; xml:lang=&amp;quot;en&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;
&lt;br /&gt;
&amp;lt;head&amp;gt;
&lt;br /&gt;
	&amp;lt;title&amp;gt;Using Dates&amp;lt;/title&amp;gt;
&lt;br /&gt;
	&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;C:\testhtml\EJSChart\EJSChart.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;
&lt;br /&gt;
&amp;lt;/head&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;body&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
	&amp;lt;div class=&amp;quot;onecolumn&amp;quot;&amp;gt;
&lt;br /&gt;
		&amp;lt;div class=&amp;quot;default&amp;quot;&amp;gt;
&lt;br /&gt;
			&amp;lt;h2 class=&amp;quot;result&amp;quot;&amp;gt;WTF&amp;lt;/h2&amp;gt;
&lt;br /&gt;
			
&lt;br /&gt;
			&amp;lt;div id=&amp;quot;myChart&amp;quot; style=&amp;quot;width:800px; height:330px;&amp;quot; class=&amp;quot;chart&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;
&lt;br /&gt;
		&amp;lt;/div&amp;gt;
&lt;br /&gt;
	&amp;lt;/div&amp;gt;				
&lt;br /&gt;

&lt;br /&gt;
	&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
&lt;br /&gt;
	  var chart = new EJSC.Chart(&amp;quot;myChart&amp;quot;, { 
&lt;br /&gt;
		show_legend: false 
&lt;br /&gt;
	  }); 
&lt;br /&gt;
	   
&lt;br /&gt;
	  chart.addSeries(new EJSC.LineSeries( 
&lt;br /&gt;
		new EJSC.XMLDataHandler( 
&lt;br /&gt;
		  &amp;quot;c:\testhtml\data.xml&amp;quot; 
&lt;br /&gt;
		) 
&lt;br /&gt;
	  ));
&lt;br /&gt;
	&amp;lt;/script&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;/body&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;/html&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
where data.xml contains:
&lt;br /&gt;

&lt;br /&gt;
&amp;lt;G&amp;gt; 
&lt;br /&gt;
  &amp;lt;L&amp;gt; 
&lt;br /&gt;
    &amp;lt;P x=&amp;quot;1&amp;quot; y=&amp;quot;1&amp;quot; /&amp;gt; 
&lt;br /&gt;
    &amp;lt;P x=&amp;quot;2&amp;quot; y=&amp;quot;2&amp;quot; /&amp;gt; 
&lt;br /&gt;
    &amp;lt;P x=&amp;quot;3&amp;quot; y=&amp;quot;3&amp;quot; /&amp;gt; 
&lt;br /&gt;
    &amp;lt;P x=&amp;quot;4&amp;quot; y=&amp;quot;4&amp;quot; /&amp;gt; 
&lt;br /&gt;
    &amp;lt;P x=&amp;quot;5&amp;quot; y=&amp;quot;5&amp;quot; /&amp;gt; 
&lt;br /&gt;
    &amp;lt;P x=&amp;quot;6&amp;quot; y=&amp;quot;6&amp;quot; /&amp;gt; 
&lt;br /&gt;
    &amp;lt;P x=&amp;quot;7&amp;quot; y=&amp;quot;7&amp;quot; /&amp;gt; 
&lt;br /&gt;
    &amp;lt;P x=&amp;quot;8&amp;quot; y=&amp;quot;8&amp;quot; /&amp;gt; 
&lt;br /&gt;
&amp;lt;/L&amp;gt; 
&lt;br /&gt;
&amp;lt;/G&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
When I double-click on this html file I get a dialog saying:
&lt;br /&gt;

&lt;br /&gt;
&amp;quot;EJSC.XMLDataHandler is not included in this edition of Emprise JavaScript Charts.&amp;quot; (OK).
&lt;br /&gt;

&lt;br /&gt;
Does this mean that the XML File Data Handler is not included in the trial version of the software?
&lt;br /&gt;

&lt;br /&gt;
Also - I want to write my XML with dates for the key(x) values in the series. My program is in C#. Does anyone know how to write the date format correctly within the XML and/or a function in C# for writing the date in the format expected by EJSC?
&lt;br /&gt;

&lt;br /&gt;
In general there are not enough examples for this software showing how to use the date formatter. An example with code + data similar to that on the front web-page would be appreciated.
&lt;br /&gt;

&lt;br /&gt;
Cheers,
&lt;br /&gt;

&lt;br /&gt;
Adam.</description>
  <category>General</category>
  <comments>http://www.ejschart.com/forums/posting.php?mode=reply&amp;t=523</comments>
  <dc:creator>carnage</dc:creator>
  <pubDate>Wed, 25 Jun 2008 09:37:21 GMT</pubDate>
  <guid isPermaLink="true">http://www.ejschart.com/forums/viewtopic.php?p=930#930</guid>
 </item>
</channel>
</rss>
