<?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: Flex radar chart component</title>
	<atom:link href="http://www.boost.co.nz/blog/development/flex-radar-chart-component/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.boost.co.nz/blog/development/flex-radar-chart-component/</link>
	<description>All the stuff we love - Web design &#124; Usability &#124; Ruby on Rails &#124; Agile and Scrum &#124; eLearing</description>
	<lastBuildDate>Wed, 18 Jan 2012 04:24:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Dan Wasyluk</title>
		<link>http://www.boost.co.nz/blog/development/flex-radar-chart-component/comment-page-1/#comment-2707</link>
		<dc:creator>Dan Wasyluk</dc:creator>
		<pubDate>Wed, 17 Aug 2011 21:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.boost.co.nz/blog/?p=169#comment-2707</guid>
		<description>Thanks for this, very well thought out, well put together component. I have made some tweaks which allow me to set an axisStyleName property for applying css styles specifically to the axis labels, and I may do the same for axisScale as well.

My problem is that the axisLabels (the label that goes at the very end of the axis) are not correctly truncating when given a large String value. For example, an axisLabel set to a 200character string will simply extend out forever, overflowing both the RadarChart container and any of its parent components. Normally Flex Label components will truncate and tooltip in these scenarios but I think your use of Util.actualize() is negating this base functionality. Any tips to help me along?

Also- I would like to remove the fill created for each series plotted, I just want the dots and the lines connecting them, but not the area fill that is created within the outlined portion of the RadarChart- any tips on how to accomplish that? 

If I can get all this figured out I&#039;ll push the changes to GitHub for possible inclusion in the main project, hoping that someone reads this as the last comment on this thread was quite a while ago!</description>
		<content:encoded><![CDATA[<p>Thanks for this, very well thought out, well put together component. I have made some tweaks which allow me to set an axisStyleName property for applying css styles specifically to the axis labels, and I may do the same for axisScale as well.</p>
<p>My problem is that the axisLabels (the label that goes at the very end of the axis) are not correctly truncating when given a large String value. For example, an axisLabel set to a 200character string will simply extend out forever, overflowing both the RadarChart container and any of its parent components. Normally Flex Label components will truncate and tooltip in these scenarios but I think your use of Util.actualize() is negating this base functionality. Any tips to help me along?</p>
<p>Also- I would like to remove the fill created for each series plotted, I just want the dots and the lines connecting them, but not the area fill that is created within the outlined portion of the RadarChart- any tips on how to accomplish that? </p>
<p>If I can get all this figured out I&#8217;ll push the changes to GitHub for possible inclusion in the main project, hoping that someone reads this as the last comment on this thread was quite a while ago!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Beall</title>
		<link>http://www.boost.co.nz/blog/development/flex-radar-chart-component/comment-page-1/#comment-2696</link>
		<dc:creator>Aaron Beall</dc:creator>
		<pubDate>Wed, 03 Aug 2011 21:28:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.boost.co.nz/blog/?p=169#comment-2696</guid>
		<description>Thanks for this, it works and looks great!

I need to remove the swc dependency, I can see that you use:
ArrayExtension.extend()
Util.generateDefaultCSS()
Util.actualize()

Can you explain what these do so that I can replace this with code? Thanks!
- Aaron</description>
		<content:encoded><![CDATA[<p>Thanks for this, it works and looks great!</p>
<p>I need to remove the swc dependency, I can see that you use:<br />
ArrayExtension.extend()<br />
Util.generateDefaultCSS()<br />
Util.actualize()</p>
<p>Can you explain what these do so that I can replace this with code? Thanks!<br />
- Aaron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie</title>
		<link>http://www.boost.co.nz/blog/development/flex-radar-chart-component/comment-page-1/#comment-2189</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Wed, 01 Dec 2010 22:59:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.boost.co.nz/blog/?p=169#comment-2189</guid>
		<description>I have included the radar chart in my application as instructed yet I get the following error:

TypeError: Error #1009: Cannot access a property or method of a null object reference.
	at boost.charts::RadarChart/drawSerie()[/Users/jeremy/dev/flex/radar_chart/src/boost/charts/RadarChart.as:635]
	at boost.charts::RadarChart/drawSeries()[/Users/jeremy/dev/flex/radar_chart/src/boost/charts/RadarChart.as:683]
	at boost.charts::RadarChart/updateDisplayList()[/Users/jeremy/dev/flex/radar_chart/src/boost/charts/RadarChart.as:411]
	at mx.core::UIComponent/validateDisplayList()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:8709]
	at mx.managers::LayoutManager/validateDisplayList()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\LayoutManager.as:663]
	at mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\LayoutManager.as:736]
	at mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\LayoutManager.as:1072]</description>
		<content:encoded><![CDATA[<p>I have included the radar chart in my application as instructed yet I get the following error:</p>
<p>TypeError: Error #1009: Cannot access a property or method of a null object reference.<br />
	at boost.charts::RadarChart/drawSerie()[/Users/jeremy/dev/flex/radar_chart/src/boost/charts/RadarChart.as:635]<br />
	at boost.charts::RadarChart/drawSeries()[/Users/jeremy/dev/flex/radar_chart/src/boost/charts/RadarChart.as:683]<br />
	at boost.charts::RadarChart/updateDisplayList()[/Users/jeremy/dev/flex/radar_chart/src/boost/charts/RadarChart.as:411]<br />
	at mx.core::UIComponent/validateDisplayList()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\UIComponent.as:8709]<br />
	at mx.managers::LayoutManager/validateDisplayList()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\LayoutManager.as:663]<br />
	at mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\LayoutManager.as:736]<br />
	at mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.x\frameworks\projects\framework\src\mx\managers\LayoutManager.as:1072]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: merv</title>
		<link>http://www.boost.co.nz/blog/development/flex-radar-chart-component/comment-page-1/#comment-2112</link>
		<dc:creator>merv</dc:creator>
		<pubDate>Wed, 27 Oct 2010 15:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.boost.co.nz/blog/?p=169#comment-2112</guid>
		<description>Hi there, I&#039;m actually new to flex but I have to make use of the radar chart. Could you help me out step by step?

I&#039;ve already included the libraries and have copied the code into a .mxml file but there seems to be errors!</description>
		<content:encoded><![CDATA[<p>Hi there, I&#8217;m actually new to flex but I have to make use of the radar chart. Could you help me out step by step?</p>
<p>I&#8217;ve already included the libraries and have copied the code into a .mxml file but there seems to be errors!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: babbo</title>
		<link>http://www.boost.co.nz/blog/development/flex-radar-chart-component/comment-page-1/#comment-2042</link>
		<dc:creator>babbo</dc:creator>
		<pubDate>Fri, 22 Oct 2010 12:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.boost.co.nz/blog/?p=169#comment-2042</guid>
		<description>If you wont new background do this
In the example i change also colors , axisColor,background


    RadarChart {
		colors: #FF0000, #00FF00, #0000FF, #41C04F, #296997, #26B69B, #CF5F0B, #A041C1;
		axisColor: #FF0000;
		backgroundColor: #00FF00;
	}
	
	</description>
		<content:encoded><![CDATA[<p>If you wont new background do this<br />
In the example i change also colors , axisColor,background</p>
<p>    RadarChart {<br />
		colors: #FF0000, #00FF00, #0000FF, #41C04F, #296997, #26B69B, #CF5F0B, #A041C1;<br />
		axisColor: #FF0000;<br />
		backgroundColor: #00FF00;<br />
	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: babbo</title>
		<link>http://www.boost.co.nz/blog/development/flex-radar-chart-component/comment-page-1/#comment-2041</link>
		<dc:creator>babbo</dc:creator>
		<pubDate>Fri, 22 Oct 2010 12:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.boost.co.nz/blog/?p=169#comment-2041</guid>
		<description>Hey how to use a legend with component
And rollover for mr isn&#039;t working, the point is:

radarChart.addAxis(&#039;A&#039;);
      			radarChart.addAxis(&#039;B&#039;);
      			radarChart.addAxis(&#039;C&#039;);
      			radarChart.addAxis(&#039;D&#039;);
      			radarChart.addAxis(&#039;E&#039;);
      			radarChart.addAxis(&#039;F&#039;);
      			radarChart.addAxis(&#039;G&#039;);
      			radarChart.addAxis(&#039;H&#039;);
      			
      			
      								radarChart.addSeries(&#039;1&#039;,{
      										A: 8,
      										B: 1,
      										C: 2,
      										D: 3,
      										E: 4,
      										F: 8,
      										G: 6,
      										H: 7
      										}
      								);
      								
      								radarChart.addSeries(&#039;2&#039;,{
      										A: 1,
      										B: 2,
      										C: 3,
      										D: 4,
      										E: 5.5,
      										F: 6,
      										G: 7,
      										H: 8
      										}
      								);
      								radarChart.addSeries(&#039;3&#039;,{
      										A: 10,
      										B: 10,
      										C: 10,
      										D: 10,
      										E: 10,
      										F: 10,
      										G: 10,
      										H: 10
      										}
      								);</description>
		<content:encoded><![CDATA[<p>Hey how to use a legend with component<br />
And rollover for mr isn&#8217;t working, the point is:</p>
<p>radarChart.addAxis(&#8216;A&#8217;);<br />
      			radarChart.addAxis(&#8216;B&#8217;);<br />
      			radarChart.addAxis(&#8216;C&#8217;);<br />
      			radarChart.addAxis(&#8216;D&#8217;);<br />
      			radarChart.addAxis(&#8216;E&#8217;);<br />
      			radarChart.addAxis(&#8216;F&#8217;);<br />
      			radarChart.addAxis(&#8216;G&#8217;);<br />
      			radarChart.addAxis(&#8216;H&#8217;);</p>
<p>      								radarChart.addSeries(&#8217;1&#8242;,{<br />
      										A: 8,<br />
      										B: 1,<br />
      										C: 2,<br />
      										D: 3,<br />
      										E: 4,<br />
      										F: 8,<br />
      										G: 6,<br />
      										H: 7<br />
      										}<br />
      								);</p>
<p>      								radarChart.addSeries(&#8217;2&#8242;,{<br />
      										A: 1,<br />
      										B: 2,<br />
      										C: 3,<br />
      										D: 4,<br />
      										E: 5.5,<br />
      										F: 6,<br />
      										G: 7,<br />
      										H: 8<br />
      										}<br />
      								);<br />
      								radarChart.addSeries(&#8217;3&#8242;,{<br />
      										A: 10,<br />
      										B: 10,<br />
      										C: 10,<br />
      										D: 10,<br />
      										E: 10,<br />
      										F: 10,<br />
      										G: 10,<br />
      										H: 10<br />
      										}<br />
      								);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robert</title>
		<link>http://www.boost.co.nz/blog/development/flex-radar-chart-component/comment-page-1/#comment-972</link>
		<dc:creator>robert</dc:creator>
		<pubDate>Thu, 29 Jul 2010 08:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.boost.co.nz/blog/?p=169#comment-972</guid>
		<description>hi, I have a problem, how to change the bgcolor of radarchart? I want to the color is #FFFFFF.thank you!</description>
		<content:encoded><![CDATA[<p>hi, I have a problem, how to change the bgcolor of radarchart? I want to the color is #FFFFFF.thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeremy</title>
		<link>http://www.boost.co.nz/blog/development/flex-radar-chart-component/comment-page-1/#comment-941</link>
		<dc:creator>jeremy</dc:creator>
		<pubDate>Thu, 15 Jul 2010 12:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.boost.co.nz/blog/?p=169#comment-941</guid>
		<description>There is an update available that addresses the Flex 4 issues. Please check the updates section at the end of the post, or the github page for this project at http://github.com/boost/radar-chart

Jeremy</description>
		<content:encoded><![CDATA[<p>There is an update available that addresses the Flex 4 issues. Please check the updates section at the end of the post, or the github page for this project at <a href="http://github.com/boost/radar-chart" rel="nofollow">http://github.com/boost/radar-chart</a></p>
<p>Jeremy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeremy</title>
		<link>http://www.boost.co.nz/blog/development/flex-radar-chart-component/comment-page-1/#comment-761</link>
		<dc:creator>jeremy</dc:creator>
		<pubDate>Fri, 04 Jun 2010 02:31:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.boost.co.nz/blog/?p=169#comment-761</guid>
		<description>Hi, the problem you&#039;re having looks like it has to do with the array of colours provided to the chart.

By default only 8 colours are available, so if you are adding more than 8 series you may get an error.

You may also get an error if you have supplied a different set of colours.

This solution would be to add a style tag to your applications main mxml file, making sure you specify enough colours for your series:

&lt;mx:Style&gt;
  RadarChart {
    colors: #257BB6, #B7247C, #CCC012, #41C04F, #296997, #26B69B, #CF5F0B, #A041C1;
  }	
&lt;/mx:Style&gt;</description>
		<content:encoded><![CDATA[<p>Hi, the problem you&#8217;re having looks like it has to do with the array of colours provided to the chart.</p>
<p>By default only 8 colours are available, so if you are adding more than 8 series you may get an error.</p>
<p>You may also get an error if you have supplied a different set of colours.</p>
<p>This solution would be to add a style tag to your applications main mxml file, making sure you specify enough colours for your series:</p>
<p><mx:style><br />
  RadarChart {<br />
    colors: #257BB6, #B7247C, #CCC012, #41C04F, #296997, #26B69B, #CF5F0B, #A041C1;<br />
  }<br />
</mx:style></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jameskei</title>
		<link>http://www.boost.co.nz/blog/development/flex-radar-chart-component/comment-page-1/#comment-754</link>
		<dc:creator>jameskei</dc:creator>
		<pubDate>Tue, 01 Jun 2010 07:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.boost.co.nz/blog/?p=169#comment-754</guid>
		<description>Hi,

Yes, I have tested this chart in flex4, but error occurred.

I think when flex 4 sdk complile and running the app, the problem occur.

error message looks like 

TypeError: Error #1009: null ...
at boost.charts::RadarChart/drawSerie()[C:\AES_FRAMEWORK\workspace\Test01\src\boost\charts\RadarChart.as:648]

How can I solution this problem?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Yes, I have tested this chart in flex4, but error occurred.</p>
<p>I think when flex 4 sdk complile and running the app, the problem occur.</p>
<p>error message looks like </p>
<p>TypeError: Error #1009: null &#8230;<br />
at boost.charts::RadarChart/drawSerie()[C:\AES_FRAMEWORK\workspace\Test01\src\boost\charts\RadarChart.as:648]</p>
<p>How can I solution this problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeremy</title>
		<link>http://www.boost.co.nz/blog/development/flex-radar-chart-component/comment-page-1/#comment-675</link>
		<dc:creator>jeremy</dc:creator>
		<pubDate>Sun, 16 May 2010 22:20:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.boost.co.nz/blog/?p=169#comment-675</guid>
		<description>Hi,

I haven&#039;t tested the chart in Flex 4, only Flex 3. What version are you using?

Jeremy</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I haven&#8217;t tested the chart in Flex 4, only Flex 3. What version are you using?</p>
<p>Jeremy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robertoeee</title>
		<link>http://www.boost.co.nz/blog/development/flex-radar-chart-component/comment-page-1/#comment-642</link>
		<dc:creator>robertoeee</dc:creator>
		<pubDate>Wed, 12 May 2010 10:46:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.boost.co.nz/blog/?p=169#comment-642</guid>
		<description>Hi, I have many problems...

I&#039;ve tried with this example in a flex project importing to the project this project (http://github.com/boost/radar-chart):



	
		&lt;!-- Place non-visual elements (e.g., services, value objects) here --&gt;
	
	
	
		
	
	
	
		
			
		
		
		
		
		
		
	


and into my application it show a dark rectangle, nothing more.

I don&#039;t know which is the problem. Maybe Flex&#039;s version...

Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Hi, I have many problems&#8230;</p>
<p>I&#8217;ve tried with this example in a flex project importing to the project this project (<a href="http://github.com/boost/radar-chart" rel="nofollow">http://github.com/boost/radar-chart</a>):</p>
<p>		<!-- Place non-visual elements (e.g., services, value objects) here --></p>
<p>and into my application it show a dark rectangle, nothing more.</p>
<p>I don&#8217;t know which is the problem. Maybe Flex&#8217;s version&#8230;</p>
<p>Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeremy</title>
		<link>http://www.boost.co.nz/blog/development/flex-radar-chart-component/comment-page-1/#comment-392</link>
		<dc:creator>jeremy</dc:creator>
		<pubDate>Fri, 05 Mar 2010 20:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.boost.co.nz/blog/?p=169#comment-392</guid>
		<description>Hi Mahesh,

There is no way to achieve turning off the labels using the swc file. However, it wouldn&#039;t be difficult to implement if you download the original source code from http://github.com/boost/radar-chart and modify it to switch off the labels (see function updateAxis on line 330 of RadarChart.as).

If you wanted to contribute this change back to the project the easiest way would be to create a free github account and fork the project.</description>
		<content:encoded><![CDATA[<p>Hi Mahesh,</p>
<p>There is no way to achieve turning off the labels using the swc file. However, it wouldn&#8217;t be difficult to implement if you download the original source code from <a href="http://github.com/boost/radar-chart" rel="nofollow">http://github.com/boost/radar-chart</a> and modify it to switch off the labels (see function updateAxis on line 330 of RadarChart.as).</p>
<p>If you wanted to contribute this change back to the project the easiest way would be to create a free github account and fork the project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahesh</title>
		<link>http://www.boost.co.nz/blog/development/flex-radar-chart-component/comment-page-1/#comment-391</link>
		<dc:creator>Mahesh</dc:creator>
		<pubDate>Fri, 05 Mar 2010 11:41:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.boost.co.nz/blog/?p=169#comment-391</guid>
		<description>Hi 

i used radar_chart-1.2.swc. to create spider chart with 8 sides..

i dont want to display series points on the line like 0 1 2 3 4 ....

i want clean line apart from that i need to create a fencing for my spiderchat

How can i acive that functionality...


Please let me know

Regards
Mahesh</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>i used radar_chart-1.2.swc. to create spider chart with 8 sides..</p>
<p>i dont want to display series points on the line like 0 1 2 3 4 &#8230;.</p>
<p>i want clean line apart from that i need to create a fencing for my spiderchat</p>
<p>How can i acive that functionality&#8230;</p>
<p>Please let me know</p>
<p>Regards<br />
Mahesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flex2007</title>
		<link>http://www.boost.co.nz/blog/development/flex-radar-chart-component/comment-page-1/#comment-269</link>
		<dc:creator>flex2007</dc:creator>
		<pubDate>Mon, 14 Dec 2009 03:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.boost.co.nz/blog/?p=169#comment-269</guid>
		<description>Can not found &quot;common.charts.RadarChartSeriesEvent:&quot; in swc.which Wrong？
.-= flex2007´s last blog - &lt;a href=&quot;http://www.flex2007.cn/?p=255&quot; rel=&quot;nofollow&quot;&gt;我的域名会不会被和谐掉&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>Can not found &#8220;common.charts.RadarChartSeriesEvent:&#8221; in swc.which Wrong？<br />
.-= flex2007´s last blog &#8211; <a href="http://www.flex2007.cn/?p=255" rel="nofollow">我的域名会不会被和谐掉</a> =-.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

