<?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"
	>
<channel>
	<title>Comments on: Sparklines are pretty cool</title>
	<atom:link href="http://www.uglychart.com/2008/05/09/sparklines-are-pretty-cool/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.uglychart.com/2008/05/09/sparklines-are-pretty-cool/</link>
	<description>Beauty is in the eye of the shareholder</description>
	<pubDate>Thu, 04 Dec 2008 21:50:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Mike</title>
		<link>http://www.uglychart.com/2008/05/09/sparklines-are-pretty-cool/#comment-36555</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 09 May 2008 17:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.uglychart.com/2008/05/09/sparklines-are-pretty-cool/#comment-36555</guid>
		<description>WSW: thanks - I know, I'm not sure what to do with the feed reader situation.  I guess I will just have to not display it with rss - or I will instead make them images.  Thanks for the links, I've looked at Google Charts API before, but haven't really used it yet.  I'll check out the open flash charts too. Thanks
Jason: it should work now, sorry - I had misplaced the javascript file.  Thanks for the links, I'll definitely check them out.
Have either of you used these for stock charts?</description>
		<content:encoded><![CDATA[<p>WSW: thanks - I know, I&#8217;m not sure what to do with the feed reader situation.  I guess I will just have to not display it with rss - or I will instead make them images.  Thanks for the links, I&#8217;ve looked at Google Charts API before, but haven&#8217;t really used it yet.  I&#8217;ll check out the open flash charts too. Thanks<br />
Jason: it should work now, sorry - I had misplaced the javascript file.  Thanks for the links, I&#8217;ll definitely check them out.<br />
Have either of you used these for stock charts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Coleman</title>
		<link>http://www.uglychart.com/2008/05/09/sparklines-are-pretty-cool/#comment-36554</link>
		<dc:creator>Jason Coleman</dc:creator>
		<pubDate>Fri, 09 May 2008 17:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.uglychart.com/2008/05/09/sparklines-are-pretty-cool/#comment-36554</guid>
		<description>After a quick look-see that Open Flash Chart product is really slick. I may switch to using that (vs Google Charts API) on a project of mine.</description>
		<content:encoded><![CDATA[<p>After a quick look-see that Open Flash Chart product is really slick. I may switch to using that (vs Google Charts API) on a project of mine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Coleman</title>
		<link>http://www.uglychart.com/2008/05/09/sparklines-are-pretty-cool/#comment-36553</link>
		<dc:creator>Jason Coleman</dc:creator>
		<pubDate>Fri, 09 May 2008 17:39:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.uglychart.com/2008/05/09/sparklines-are-pretty-cool/#comment-36553</guid>
		<description>I'm not seeing your sparkline up there in Firefox.

Sounds like a neat plugin idea. I'll have to check out the open-flash-chart link above.

I've also had some success with the Google Charts API. This php class wrapper helped me some:
http://code.google.com/p/gchartphp/

Scaling issues were a bitch though. I'm not sure if that class is doing it correctly 100% of the time... or maybe I was confused about things. But I disabled their autoscaling and scaled the point plots myself before sending them to the class.

JPGraph is another nice PHP solution:
http://www.aditus.nu/jpgraph/

I've used this on some sites running OSCommerce. I didn't have to install it or set it up though, so I can't comment on how hard/easy that is.

Good luck.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not seeing your sparkline up there in Firefox.</p>
<p>Sounds like a neat plugin idea. I&#8217;ll have to check out the open-flash-chart link above.</p>
<p>I&#8217;ve also had some success with the Google Charts API. This php class wrapper helped me some:<br />
<a href="http://code.google.com/p/gchartphp/" rel="nofollow">http://code.google.com/p/gchartphp/</a></p>
<p>Scaling issues were a bitch though. I&#8217;m not sure if that class is doing it correctly 100% of the time&#8230; or maybe I was confused about things. But I disabled their autoscaling and scaled the point plots myself before sending them to the class.</p>
<p>JPGraph is another nice PHP solution:<br />
<a href="http://www.aditus.nu/jpgraph/" rel="nofollow">http://www.aditus.nu/jpgraph/</a></p>
<p>I&#8217;ve used this on some sites running OSCommerce. I didn&#8217;t have to install it or set it up though, so I can&#8217;t comment on how hard/easy that is.</p>
<p>Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wall Street Wit</title>
		<link>http://www.uglychart.com/2008/05/09/sparklines-are-pretty-cool/#comment-36552</link>
		<dc:creator>Wall Street Wit</dc:creator>
		<pubDate>Fri, 09 May 2008 15:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.uglychart.com/2008/05/09/sparklines-are-pretty-cool/#comment-36552</guid>
		<description>You will need to deal with the problem of sparklines not being displayed in feed readers.
That sounds like a good idea, would it be open source? Would the script just dynamically query the last x days closing price for a given stock similar to this:

[spark][type line][size 14,60][series 4,5.12,9,22,17.1,-21,18,5,13,30,24,38,24,26][dot 7,50,5,green][/spark]

Where series would be dynamically generated via php.
Another easy to charting libs I like to use are:
Open Flash Charts: http://teethgrinder.co.uk/open-flash-chart/
and the Google Charts API</description>
		<content:encoded><![CDATA[<p>You will need to deal with the problem of sparklines not being displayed in feed readers.<br />
That sounds like a good idea, would it be open source? Would the script just dynamically query the last x days closing price for a given stock similar to this:</p>
<p>[spark][type line][size 14,60][series 4,5.12,9,22,17.1,-21,18,5,13,30,24,38,24,26][dot 7,50,5,green][/spark]</p>
<p>Where series would be dynamically generated via php.<br />
Another easy to charting libs I like to use are:<br />
Open Flash Charts: <a href="http://teethgrinder.co.uk/open-flash-chart/" rel="nofollow">http://teethgrinder.co.uk/open-flash-chart/</a><br />
and the Google Charts API</p>
]]></content:encoded>
	</item>
</channel>
</rss>
