<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Graph data from an HTML table using jQuery and flot</title>
	<atom:link href="http://blog.rebeccamurphey.com/2007/12/17/graph-table-data-jquery-flot/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rebeccamurphey.com/2007/12/17/graph-table-data-jquery-flot/</link>
	<description>Adventures in front-end consulting</description>
	<lastBuildDate>Wed, 17 Mar 2010 19:27:37 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Plugins jQuery para manejo de tablas HTML &#124; Diseño web, accesibilidad, usabilidad, posicionamiento y optimización web - AlmacenPlantillasWeb Blog</title>
		<link>http://blog.rebeccamurphey.com/2007/12/17/graph-table-data-jquery-flot/comment-page-1/#comment-1108</link>
		<dc:creator>Plugins jQuery para manejo de tablas HTML &#124; Diseño web, accesibilidad, usabilidad, posicionamiento y optimización web - AlmacenPlantillasWeb Blog</dc:creator>
		<pubDate>Fri, 25 Dec 2009 11:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rebeccamurphey.com/2007/12/17/graph-table-data-jquery-flot/#comment-1108</guid>
		<description>[...] Gráficos de datos desde tablas HTML usando jQuery y flot [...]</description>
		<content:encoded><![CDATA[<p>[...] Gráficos de datos desde tablas HTML usando jQuery y flot [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geech</title>
		<link>http://blog.rebeccamurphey.com/2007/12/17/graph-table-data-jquery-flot/comment-page-1/#comment-1104</link>
		<dc:creator>Geech</dc:creator>
		<pubDate>Mon, 21 Dec 2009 17:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rebeccamurphey.com/2007/12/17/graph-table-data-jquery-flot/#comment-1104</guid>
		<description>For everyone that is having IE issues.

Make sure you have added the include that is in the flot read me file.)

&lt;!--[if IE]&gt;&lt;![endif]--&gt;

Hopefully that should solve your IE problems.</description>
		<content:encoded><![CDATA[<p>For everyone that is having IE issues.</p>
<p>Make sure you have added the include that is in the flot read me file.)</p>
<p><!--[if IE]&gt;&lt;![endif]--></p>
<p>Hopefully that should solve your IE problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 25+ Highly Useful jQuery Plugins Bringing Life back to HTML Tables &#124; Afif Fattouh - Web Specialist</title>
		<link>http://blog.rebeccamurphey.com/2007/12/17/graph-table-data-jquery-flot/comment-page-1/#comment-1103</link>
		<dc:creator>25+ Highly Useful jQuery Plugins Bringing Life back to HTML Tables &#124; Afif Fattouh - Web Specialist</dc:creator>
		<pubDate>Sun, 20 Dec 2009 10:52:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rebeccamurphey.com/2007/12/17/graph-table-data-jquery-flot/#comment-1103</guid>
		<description>[...] Graph data from an HTML table using jQuery and flot [...]</description>
		<content:encoded><![CDATA[<p>[...] Graph data from an HTML table using jQuery and flot [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 25+ Highly Useful jQuery Plugins Bringing Life back to HTML Tables&#160;&#124;&#160;tripwire magazine</title>
		<link>http://blog.rebeccamurphey.com/2007/12/17/graph-table-data-jquery-flot/comment-page-1/#comment-1101</link>
		<dc:creator>25+ Highly Useful jQuery Plugins Bringing Life back to HTML Tables&#160;&#124;&#160;tripwire magazine</dc:creator>
		<pubDate>Sat, 19 Dec 2009 13:24:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rebeccamurphey.com/2007/12/17/graph-table-data-jquery-flot/#comment-1101</guid>
		<description>[...] Graph data from an HTML table using jQuery and flot [...]</description>
		<content:encoded><![CDATA[<p>[...] Graph data from an HTML table using jQuery and flot [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://blog.rebeccamurphey.com/2007/12/17/graph-table-data-jquery-flot/comment-page-1/#comment-930</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Fri, 06 Nov 2009 09:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rebeccamurphey.com/2007/12/17/graph-table-data-jquery-flot/#comment-930</guid>
		<description>Hi, Rebecca.
Great plug in BTW.
In reply to Eva and Reiwoldt, I had the same problem with dates but have had success with the following.

 $(&#039;#myTable&#039;).graphTable({series: &#039;columns&#039;, width:&#039;50%&#039;, position:&#039;replace&#039;,xaxisTransform:function(s){return(Date.parse(s));}},{xaxis:{mode:&#039;time&#039;}}); $(this).remove();

The xaxisTransform function gives the data to graphTable as epoch format (i.e milliseconds from 01/01/1970), from dates supplied from a database in the form of yyyy/mm/dd hh:mm:ss.
xaxis mode is a flot argument and needs to be separated from the graphTable args.

Eva if you haven&#039;t solved this try

$(’#table1′).graphTable({series: ‘columns’}, {xaxis: { mode: “time” } });

as I think your syntax is giving the xaxis mode as a graphTable argument.

Hope this helps, I&#039;m little more than a hobbyist but have struggled with the same issues and now got mine working so I&#039;m passing it on.</description>
		<content:encoded><![CDATA[<p>Hi, Rebecca.<br />
Great plug in BTW.<br />
In reply to Eva and Reiwoldt, I had the same problem with dates but have had success with the following.</p>
<p> $(&#8217;#myTable&#8217;).graphTable({series: &#8216;columns&#8217;, width:&#8217;50%&#8217;, position:&#8217;replace&#8217;,xaxisTransform:function(s){return(Date.parse(s));}},{xaxis:{mode:&#8217;time&#8217;}}); $(this).remove();</p>
<p>The xaxisTransform function gives the data to graphTable as epoch format (i.e milliseconds from 01/01/1970), from dates supplied from a database in the form of yyyy/mm/dd hh:mm:ss.<br />
xaxis mode is a flot argument and needs to be separated from the graphTable args.</p>
<p>Eva if you haven&#8217;t solved this try</p>
<p>$(’#table1′).graphTable({series: ‘columns’}, {xaxis: { mode: “time” } });</p>
<p>as I think your syntax is giving the xaxis mode as a graphTable argument.</p>
<p>Hope this helps, I&#8217;m little more than a hobbyist but have struggled with the same issues and now got mine working so I&#8217;m passing it on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eva</title>
		<link>http://blog.rebeccamurphey.com/2007/12/17/graph-table-data-jquery-flot/comment-page-1/#comment-894</link>
		<dc:creator>Eva</dc:creator>
		<pubDate>Thu, 01 Oct 2009 00:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rebeccamurphey.com/2007/12/17/graph-table-data-jquery-flot/#comment-894</guid>
		<description>Hi, I got the same question as Reiwoldt .. 
I got date data transform into epoch format but there are not parsed as date values , should I used xaxisTrasform or dataTransform . 
I tried :
$(&#039;#table1&#039;).graphTable({series: &#039;columns&#039;, xaxis: { mode: &quot;time&quot; } });
but it didn&#039;t work .

Thanks eva</description>
		<content:encoded><![CDATA[<p>Hi, I got the same question as Reiwoldt ..<br />
I got date data transform into epoch format but there are not parsed as date values , should I used xaxisTrasform or dataTransform .<br />
I tried :<br />
$(&#8217;#table1&#8242;).graphTable({series: &#8216;columns&#8217;, xaxis: { mode: &#8220;time&#8221; } });<br />
but it didn&#8217;t work .</p>
<p>Thanks eva</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reiwoldt</title>
		<link>http://blog.rebeccamurphey.com/2007/12/17/graph-table-data-jquery-flot/comment-page-1/#comment-866</link>
		<dc:creator>Reiwoldt</dc:creator>
		<pubDate>Fri, 04 Sep 2009 13:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rebeccamurphey.com/2007/12/17/graph-table-data-jquery-flot/#comment-866</guid>
		<description>Hi, I am creating a table from a recordset so as to obtain dynamic data from a database, then using graphtable to graph the results.  This works fine apart from the fact the xaxis that is made up of datetime values are not being parsed as date values.  I have them written into the table using Javascript time formatting e.g. 1250944202000 but this is not then converted to a readable date.  

Do I need to use a transformation arg?  If so what would this look like?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi, I am creating a table from a recordset so as to obtain dynamic data from a database, then using graphtable to graph the results.  This works fine apart from the fact the xaxis that is made up of datetime values are not being parsed as date values.  I have them written into the table using Javascript time formatting e.g. 1250944202000 but this is not then converted to a readable date.  </p>
<p>Do I need to use a transformation arg?  If so what would this look like?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sammy</title>
		<link>http://blog.rebeccamurphey.com/2007/12/17/graph-table-data-jquery-flot/comment-page-1/#comment-851</link>
		<dc:creator>Sammy</dc:creator>
		<pubDate>Sat, 22 Aug 2009 15:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rebeccamurphey.com/2007/12/17/graph-table-data-jquery-flot/#comment-851</guid>
		<description>The Demo on Flot fails when using IE 8. The debugger shows line 152 as being the problem.

	canvas = window.G_vmlCanvasManager.initElement(canvas);

An application that I developed works fine in IE 7 as well as IE 6. 

Hopefully the author will look into this.</description>
		<content:encoded><![CDATA[<p>The Demo on Flot fails when using IE 8. The debugger shows line 152 as being the problem.</p>
<p>	canvas = window.G_vmlCanvasManager.initElement(canvas);</p>
<p>An application that I developed works fine in IE 7 as well as IE 6. </p>
<p>Hopefully the author will look into this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duncan</title>
		<link>http://blog.rebeccamurphey.com/2007/12/17/graph-table-data-jquery-flot/comment-page-1/#comment-845</link>
		<dc:creator>Duncan</dc:creator>
		<pubDate>Wed, 29 Jul 2009 08:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rebeccamurphey.com/2007/12/17/graph-table-data-jquery-flot/#comment-845</guid>
		<description>After 2 days i finally figured it out!!!!

change:
  171    colData[colData.length] = [x,y];
to
  171    colData[colData.length] = [test_x,test_y];</description>
		<content:encoded><![CDATA[<p>After 2 days i finally figured it out!!!!</p>
<p>change:<br />
  171    colData[colData.length] = [x,y];<br />
to<br />
  171    colData[colData.length] = [test_x,test_y];</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duncan</title>
		<link>http://blog.rebeccamurphey.com/2007/12/17/graph-table-data-jquery-flot/comment-page-1/#comment-844</link>
		<dc:creator>Duncan</dc:creator>
		<pubDate>Wed, 29 Jul 2009 06:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rebeccamurphey.com/2007/12/17/graph-table-data-jquery-flot/#comment-844</guid>
		<description>Hi,

I seem to be having the issue that Noel, Charles and Peter had with the Bar Graph not showing up. I have made some changes in the code and even explicitly put:

174   tableData[tableData.length] = {label: label, data: colData};
175&gt;  $.extend(true,tableData[tableData.length-1],seriesArgs_);

which applies the seriesArgs_ to all series, then i used the following to call the function:

 flotoptions={xaxis:{mode:&#039;time&#039;}};
 flotseriesoptions={points:{show:true}, bars:{show: true, barWidth:24*60*60*1000}};

 $(&quot;table&quot;).graphTable({},flotoptions, flotseriesoptions);


This does not seem to solve the problem, has anyone see what&#039;s wrong?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I seem to be having the issue that Noel, Charles and Peter had with the Bar Graph not showing up. I have made some changes in the code and even explicitly put:</p>
<p>174   tableData[tableData.length] = {label: label, data: colData};<br />
175&gt;  $.extend(true,tableData[tableData.length-1],seriesArgs_);</p>
<p>which applies the seriesArgs_ to all series, then i used the following to call the function:</p>
<p> flotoptions={xaxis:{mode:&#8217;time&#8217;}};<br />
 flotseriesoptions={points:{show:true}, bars:{show: true, barWidth:24*60*60*1000}};</p>
<p> $(&#8221;table&#8221;).graphTable({},flotoptions, flotseriesoptions);</p>
<p>This does not seem to solve the problem, has anyone see what&#8217;s wrong?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
