<?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: A Gauge that Works?</title>
	<atom:link href="http://peltiertech.com/WordPress/a-gauge-that-works/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/a-gauge-that-works/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Mon, 21 May 2012 11:34:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Chandoo</title>
		<link>http://peltiertech.com/WordPress/a-gauge-that-works/comment-page-1/#comment-2419</link>
		<dc:creator>Chandoo</dc:creator>
		<pubDate>Mon, 21 Jul 2008 17:03:26 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=151#comment-2419</guid>
		<description>Hi Jon:

very good effort to better the gauge chart with trending info. Although the new chart provides very good info without any eyesore, I guess they could be slightly difficult to do, given the scripting part involved.

I have made a tutorial for simple bullet graphs (incell) for people who would like to shy away from any form of vba.. you can find it here: http://chandoo.org/wp/2008/07/21/dashboard-bullet-graphs-excel/

Let me know your comments :)</description>
		<content:encoded><![CDATA[<p>Hi Jon:</p>
<p>very good effort to better the gauge chart with trending info. Although the new chart provides very good info without any eyesore, I guess they could be slightly difficult to do, given the scripting part involved.</p>
<p>I have made a tutorial for simple bullet graphs (incell) for people who would like to shy away from any form of vba.. you can find it here: <a href="http://chandoo.org/wp/2008/07/21/dashboard-bullet-graphs-excel/" rel="nofollow">http://chandoo.org/wp/2008/07/21/dashboard-bullet-graphs-excel/</a></p>
<p>Let me know your comments :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Become a Dashboard Ninja with Bullet Graphs - Learn how to create bullet graphs in Microsoft Excel &#124; Pointy Haired Dilbert - Chandoo.org</title>
		<link>http://peltiertech.com/WordPress/a-gauge-that-works/comment-page-1/#comment-2416</link>
		<dc:creator>Become a Dashboard Ninja with Bullet Graphs - Learn how to create bullet graphs in Microsoft Excel &#124; Pointy Haired Dilbert - Chandoo.org</dc:creator>
		<pubDate>Mon, 21 Jul 2008 17:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=151#comment-2416</guid>
		<description>[...] up more on this at PTS blog and on a Gauge chart that actually [...]</description>
		<content:encoded><![CDATA[<p>[...] up more on this at PTS blog and on a Gauge chart that actually [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Banfield</title>
		<link>http://peltiertech.com/WordPress/a-gauge-that-works/comment-page-1/#comment-2387</link>
		<dc:creator>Colin Banfield</dc:creator>
		<pubDate>Sun, 20 Jul 2008 02:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=151#comment-2387</guid>
		<description>Jon, good points.</description>
		<content:encoded><![CDATA[<p>Jon, good points.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/a-gauge-that-works/comment-page-1/#comment-2384</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Sat, 19 Jul 2008 22:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=151#comment-2384</guid>
		<description>Colin -

The weakness of a bullet or gauge graph here is the use of a month-to-date value in the chart. I used the line chart as a way to use the cumulative month-to-date values for the current month to give a sense whether the percentage shown on the gauge had a chance of becoming a good value by the end of the month. My line chart forces the user to extrapolate to the end of the month, but a gauge or bullet does not even provide that ability. 

Greg&#039;s normalization of month-to-date by expected-month-to-date improves on my line chart because a good value is always in the &quot;good&quot; zone. His normalized value could be displayed in a gauge or bullet if the day-to-day variability is of no consequence.</description>
		<content:encoded><![CDATA[<p>Colin -</p>
<p>The weakness of a bullet or gauge graph here is the use of a month-to-date value in the chart. I used the line chart as a way to use the cumulative month-to-date values for the current month to give a sense whether the percentage shown on the gauge had a chance of becoming a good value by the end of the month. My line chart forces the user to extrapolate to the end of the month, but a gauge or bullet does not even provide that ability. </p>
<p>Greg&#8217;s normalization of month-to-date by expected-month-to-date improves on my line chart because a good value is always in the &#8220;good&#8221; zone. His normalized value could be displayed in a gauge or bullet if the day-to-day variability is of no consequence.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Banfield</title>
		<link>http://peltiertech.com/WordPress/a-gauge-that-works/comment-page-1/#comment-2380</link>
		<dc:creator>Colin Banfield</dc:creator>
		<pubDate>Sat, 19 Jul 2008 19:18:36 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=151#comment-2380</guid>
		<description>Jon, I&#039;m missing something here.  I don&#039;t see the point of using a line chart if you&#039;re measuring a value in relation to a target, unless you&#039;re suggesting some importance of daily variations.  The measurement is culumative, so a line will always head upwards towards the target.  

I&#039;m most cases, I prefer Stephen&#039;s approach (we quote him a lot but ignore his recommendations).  Use a sparkline that shows the trend for previous months (the more meaningful trend in the context of this example) and a bullet graph for the current month.</description>
		<content:encoded><![CDATA[<p>Jon, I&#8217;m missing something here.  I don&#8217;t see the point of using a line chart if you&#8217;re measuring a value in relation to a target, unless you&#8217;re suggesting some importance of daily variations.  The measurement is culumative, so a line will always head upwards towards the target.  </p>
<p>I&#8217;m most cases, I prefer Stephen&#8217;s approach (we quote him a lot but ignore his recommendations).  Use a sparkline that shows the trend for previous months (the more meaningful trend in the context of this example) and a bullet graph for the current month.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/a-gauge-that-works/comment-page-1/#comment-2367</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Fri, 18 Jul 2008 21:15:42 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=151#comment-2367</guid>
		<description>Clint - Watermelon chart, I like that. It needs some black data markers to spit out.

The chart isn&#039;t really hard to work out. Primary axis has the line chart, secondary axis has the stacked columns for the background (that&#039;s with one point per each stacked column series; you could use 31-point series and keep them on the primary axis, which is probably easier for everyone but me). Stacked columns need gap width of zero. Remove the secondary value axis.

I like Greg&#039;s suggestion too, so I&#039;ll include that in the tutorial.</description>
		<content:encoded><![CDATA[<p>Clint &#8211; Watermelon chart, I like that. It needs some black data markers to spit out.</p>
<p>The chart isn&#8217;t really hard to work out. Primary axis has the line chart, secondary axis has the stacked columns for the background (that&#8217;s with one point per each stacked column series; you could use 31-point series and keep them on the primary axis, which is probably easier for everyone but me). Stacked columns need gap width of zero. Remove the secondary value axis.</p>
<p>I like Greg&#8217;s suggestion too, so I&#8217;ll include that in the tutorial.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

