<?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: Charts</title>
	<link>http://me.eae.net/archive/2006/01/08/charts/</link>
	<description>The journal of Emil A Eklund</description>
	<pubDate>Fri, 16 May 2008 07:55:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0</generator>

	<item>
		<title>by: andot</title>
		<link>http://me.eae.net/archive/2006/01/08/charts/#comment-560</link>
		<pubDate>Sun, 05 Mar 2006 04:49:37 +0000</pubDate>
		<guid>http://me.eae.net/archive/2006/01/08/charts/#comment-560</guid>
					<description>The axis and legend can't print on correct position.</description>
		<content:encoded><![CDATA[<p>The axis and legend can&#8217;t print on correct position.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Erik Arvidsson</title>
		<link>http://me.eae.net/archive/2006/01/08/charts/#comment-490</link>
		<pubDate>Tue, 14 Feb 2006 07:36:43 +0000</pubDate>
		<guid>http://me.eae.net/archive/2006/01/08/charts/#comment-490</guid>
					<description>andot: Wow, that is really nice.</description>
		<content:encoded><![CDATA[<p>andot: Wow, that is really nice.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: andot</title>
		<link>http://me.eae.net/archive/2006/01/08/charts/#comment-464</link>
		<pubDate>Fri, 03 Feb 2006 05:18:27 +0000</pubDate>
		<guid>http://me.eae.net/archive/2006/01/08/charts/#comment-464</guid>
					<description>I think to use array[array.length] = value is better than array.push(value) in chart.js. Because other painter implementation may be  can run in lower version browser, but it not support array.push method.

window.setTimeout(function() {
...
...
}, (document.all)?500:0);

in Chart.prototype.draw, I think it's not very useful. The iecanvas.htc load error can be handled out of this class. because not every painter implementation need IECanvas.

you can find a modified version in &lt;a href=&quot;http://www.coolcode.cn/?p=123&quot; rel=&quot;nofollow&quot;&gt;CoolCode.CN&lt;/a&gt;, It can run at IE 5.0，and other lower version browsers.</description>
		<content:encoded><![CDATA[<p>I think to use array[array.length] = value is better than array.push(value) in chart.js. Because other painter implementation may be  can run in lower version browser, but it not support array.push method.</p>
<p>window.setTimeout(function() {<br />
&#8230;<br />
&#8230;<br />
}, (document.all)?500:0);</p>
<p>in Chart.prototype.draw, I think it&#8217;s not very useful. The iecanvas.htc load error can be handled out of this class. because not every painter implementation need IECanvas.</p>
<p>you can find a modified version in <a href="http://www.coolcode.cn/?p=123" rel="nofollow">CoolCode.CN</a>, It can run at IE 5.0，and other lower version browsers.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: andot</title>
		<link>http://me.eae.net/archive/2006/01/08/charts/#comment-463</link>
		<pubDate>Thu, 02 Feb 2006 19:08:35 +0000</pubDate>
		<guid>http://me.eae.net/archive/2006/01/08/charts/#comment-463</guid>
					<description>I've written a &lt;a href=&quot;http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm&quot; rel=&quot;nofollow&quot;&gt;JavaScript Graphics&lt;/a&gt; implementation of this chart component, and uploaded it to &lt;a href=&quot;http://www.coolcode.cn/?p=123&quot; rel=&quot;nofollow&quot;&gt;CoolCode.CN&lt;/a&gt;. it works well on most browsers than the canvas implementation.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve written a <a href="http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm" rel="nofollow">JavaScript Graphics</a> implementation of this chart component, and uploaded it to <a href="http://www.coolcode.cn/?p=123" rel="nofollow">CoolCode.CN</a>. it works well on most browsers than the canvas implementation.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Rune Jensen</title>
		<link>http://me.eae.net/archive/2006/01/08/charts/#comment-426</link>
		<pubDate>Fri, 20 Jan 2006 08:31:24 +0000</pubDate>
		<guid>http://me.eae.net/archive/2006/01/08/charts/#comment-426</guid>
					<description>It is an inspiration to see what you get out of the browsers!
I got many idea from reading this article. One was to build a similar extension that produces pie charts.

On the other hand I would consider making the charts based on xml files transformed by xslt. That would make a layer of ease of use.

I came across that idea by searching google, where I found this page:
http://www.treebuilder.de/svg/extentSVG/documentation.html

Combining your crossbrowser abstraction layer with that xslt would make the ideal sullotion I think.</description>
		<content:encoded><![CDATA[<p>It is an inspiration to see what you get out of the browsers!<br />
I got many idea from reading this article. One was to build a similar extension that produces pie charts.</p>
<p>On the other hand I would consider making the charts based on xml files transformed by xslt. That would make a layer of ease of use.</p>
<p>I came across that idea by searching google, where I found this page:<br />
<a href='http://www.treebuilder.de/svg/extentSVG/documentation.html' rel='nofollow'>http://www.treebuilder.de/svg/extentSVG/documentation.html</a></p>
<p>Combining your crossbrowser abstraction layer with that xslt would make the ideal sullotion I think.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: David Håsäther</title>
		<link>http://me.eae.net/archive/2006/01/08/charts/#comment-403</link>
		<pubDate>Sun, 08 Jan 2006 11:15:21 +0000</pubDate>
		<guid>http://me.eae.net/archive/2006/01/08/charts/#comment-403</guid>
					<description>Really, really nice. Great work Emil.</description>
		<content:encoded><![CDATA[<p>Really, really nice. Great work Emil.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
