<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.0" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Chart 1.02</title>
	<link>http://me.eae.net/archive/2006/04/16/chart-102/</link>
	<description>The journal of Emil A Eklund</description>
	<pubDate>Mon, 12 May 2008 22:29:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0</generator>

	<item>
		<title>by: Ian Newby</title>
		<link>http://me.eae.net/archive/2006/04/16/chart-102/#comment-715</link>
		<pubDate>Wed, 19 Apr 2006 15:15:19 +0000</pubDate>
		<guid>http://me.eae.net/archive/2006/04/16/chart-102/#comment-715</guid>
					<description>Your printing of legends and axis text can be corrected by removing the media declaration in the style sheet import for canvaschart.css. 

I've not been able to get the chart graphics to print in ie however.</description>
		<content:encoded><![CDATA[<p>Your printing of legends and axis text can be corrected by removing the media declaration in the style sheet import for canvaschart.css. </p>
<p>I&#8217;ve not been able to get the chart graphics to print in ie however.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Emil</title>
		<link>http://me.eae.net/archive/2006/04/16/chart-102/#comment-713</link>
		<pubDate>Wed, 19 Apr 2006 09:04:30 +0000</pubDate>
		<guid>http://me.eae.net/archive/2006/04/16/chart-102/#comment-713</guid>
					<description>Good point andot, forgot about that. Been a while since I did something for ie5...

For printing in ie an all vml implementation is probably required, where the legend and axis is drawn using vml instead of using html elements.</description>
		<content:encoded><![CDATA[<p>Good point andot, forgot about that. Been a while since I did something for ie5&#8230;</p>
<p>For printing in ie an all vml implementation is probably required, where the legend and axis is drawn using vml instead of using html elements.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: andot</title>
		<link>http://me.eae.net/archive/2006/04/16/chart-102/#comment-711</link>
		<pubDate>Wed, 19 Apr 2006 05:32:34 +0000</pubDate>
		<guid>http://me.eae.net/archive/2006/04/16/chart-102/#comment-711</guid>
					<description>Congratulations!
But I find that you still used this._series.push(o) and series.push(o) in chart.js, The push method is not a valid method in IE 5, so I think use this._series[this._series.length] = o and series[series.length] = o is better and use push method. Otherwise, the JsGraphics Demo can't work in IE 5.

And I find that the axis and legend still can't be printed on the correct position to printer.</description>
		<content:encoded><![CDATA[<p>Congratulations!<br />
But I find that you still used this._series.push(o) and series.push(o) in chart.js, The push method is not a valid method in IE 5, so I think use this._series[this._series.length] = o and series[series.length] = o is better and use push method. Otherwise, the JsGraphics Demo can&#8217;t work in IE 5.</p>
<p>And I find that the axis and legend still can&#8217;t be printed on the correct position to printer.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: George Papadakis</title>
		<link>http://me.eae.net/archive/2006/04/16/chart-102/#comment-709</link>
		<pubDate>Tue, 18 Apr 2006 17:19:14 +0000</pubDate>
		<guid>http://me.eae.net/archive/2006/04/16/chart-102/#comment-709</guid>
					<description>Well done Emil.

Great piece of work.</description>
		<content:encoded><![CDATA[<p>Well done Emil.</p>
<p>Great piece of work.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
