<?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>Tue, 16 Mar 2010 21:53:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<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>
	<item>
		<title>By: Clint</title>
		<link>http://peltiertech.com/WordPress/a-gauge-that-works/comment-page-1/#comment-2365</link>
		<dc:creator>Clint</dc:creator>
		<pubDate>Fri, 18 Jul 2008 19:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=151#comment-2365</guid>
		<description>John,
I really like your idea here, although obviously my color scheme isn&#039;t necessarily appropriate to the concept (we could call it the watermelon chart otherwise ;~).

I&#039;m torn between waiting for your &quot;how to&quot; and seeing if I can work it out on my own.

thanks for the feedback and re-think!

there&#039;s an ad down here at the bottom for &quot;IntelliVIEW&quot; Dashboard Reporter and the featured charts are a dial gauge, a 3-D stacked column and a gradient &amp; transparent area chart, that&#039;s kinda funny!</description>
		<content:encoded><![CDATA[<p>John,<br />
I really like your idea here, although obviously my color scheme isn&#8217;t necessarily appropriate to the concept (we could call it the watermelon chart otherwise ;~).</p>
<p>I&#8217;m torn between waiting for your &#8220;how to&#8221; and seeing if I can work it out on my own.</p>
<p>thanks for the feedback and re-think!</p>
<p>there&#8217;s an ad down here at the bottom for &#8220;IntelliVIEW&#8221; Dashboard Reporter and the featured charts are a dial gauge, a 3-D stacked column and a gradient &amp; transparent area chart, that&#8217;s kinda funny!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/a-gauge-that-works/comment-page-1/#comment-2357</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Fri, 18 Jul 2008 17:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=151#comment-2357</guid>
		<description>Greg -

I agree, extrapolation is not necessarily easy, but the line chart does a better job than the gauge. I thought about investigating a &quot;percent of month to date&quot; chart, but put it on the back burner. Thanks for anticipating this and drawing your own version.</description>
		<content:encoded><![CDATA[<p>Greg -</p>
<p>I agree, extrapolation is not necessarily easy, but the line chart does a better job than the gauge. I thought about investigating a &#8220;percent of month to date&#8221; chart, but put it on the back burner. Thanks for anticipating this and drawing your own version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://peltiertech.com/WordPress/a-gauge-that-works/comment-page-1/#comment-2355</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Fri, 18 Jul 2008 16:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=151#comment-2355</guid>
		<description>I think it&#039;s not as easy to &quot;visually extrapolate the line forward to the end of the month and estimate whether we’ll hit our target&quot; as you suggest.  Looking at the mid-month versions of the chart I think it&#039;s not entirely clear that the trend would get us into green.  Also, if the &#039;okay&#039; yellow range went up to 95% or some other value, it would be even harder.

What if the line that showed the actual result was drawn as a percentage of the interim goal?  (( Actual To Date / Monthly Goal ) x ( Days to Date / Days in Month ))

http://cid-7b77643e2e9fc81a.skydrive.live.com/self.aspx/Public/gauge_gh.PNG

&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://peltiertech.com/WordPress/wp-content/img200807/gauge_gh.PNG&quot; /&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I think it&#8217;s not as easy to &#8220;visually extrapolate the line forward to the end of the month and estimate whether we’ll hit our target&#8221; as you suggest.  Looking at the mid-month versions of the chart I think it&#8217;s not entirely clear that the trend would get us into green.  Also, if the &#8216;okay&#8217; yellow range went up to 95% or some other value, it would be even harder.</p>
<p>What if the line that showed the actual result was drawn as a percentage of the interim goal?  (( Actual To Date / Monthly Goal ) x ( Days to Date / Days in Month ))</p>
<p><a href="http://cid-7b77643e2e9fc81a.skydrive.live.com/self.aspx/Public/gauge_gh.PNG" rel="nofollow">http://cid-7b77643e2e9fc81a.skydrive.live.com/self.aspx/Public/gauge_gh.PNG</a></p>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200807/gauge_gh.PNG" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/a-gauge-that-works/comment-page-1/#comment-2351</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Fri, 18 Jul 2008 13:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=151#comment-2351</guid>
		<description>Andreas - Thanks for pointing that out, I had yet to notice. That can be effective for a gauge, and perhaps Clint can implement a similar visual effect. For a line, I think I prefer the rescaling algorithm I&#039;ve used, simply because it doesn&#039;t disrupt the time series trend.</description>
		<content:encoded><![CDATA[<p>Andreas &#8211; Thanks for pointing that out, I had yet to notice. That can be effective for a gauge, and perhaps Clint can implement a similar visual effect. For a line, I think I prefer the rescaling algorithm I&#8217;ve used, simply because it doesn&#8217;t disrupt the time series trend.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
