Sign in to follow this  
Venu Gattineni

Heat Charts Are Hiding Category 3 Slots After De-Selecting Category 2 From Legend

Recommended Posts

Hi,

 

I am using Heat chart in my application. (Screen shot attached). I have 3 categories defined. Low, Average, and High.

 

When I un check 'Average' in legend(As shown in screen shot), The slots belong to HIGH also disappeared from the chart. But it should hide only Average slots from the chart.

 

Screen shot attached for reference.

 

XML is copied below:

<chart Caption='Continent-wise revenue in 2010' bgColor='D0AC41, FFFFFF' bgAngle='90' numberPrefix='$' numberSuffix=' M'><rows><row id='North America'/><row id='Europe'/><row id='Asia'/><row id='South America'/><row id='Australia'/></rows><columns><column id='Q1' /><column id='Q2' /><column id='Q3' /><column id='Q4' /></columns><dataset><set rowId='North America' columnId='Q1' value='19'/><set rowId='North America' columnId='Q2' value='23'/><set rowId='North America' columnId='Q3' value='25'/><set rowId='North America' columnId='Q4' value='25'/><set rowId='Europe' columnId='Q1' value='16'/><set rowId='Europe' columnId='Q2' value='17'/><set rowId='Europe' columnId='Q3' value='21'/><set rowId='Europe' columnId='Q4' value='18'/><set rowId='Asia' columnId='Q1' value='9'/><set rowId='Asia' columnId='Q2' value='7'/><set rowId='Asia' columnId='Q3' value='12'/><set rowId='Asia' columnId='Q4' value='14'/><set rowId='South America' columnId='Q1' value='7'/><set rowId='South America' columnId='Q2' value='8'/><set rowId='South America' columnId='Q3' value='8'/><set rowId='South America' columnId='Q4' value='11'/><set rowId='Australia' columnId='Q1' value='11'/><set rowId='Australia' columnId='Q2' value='13'/><set rowId='Australia' columnId='Q3' value='12'/><set rowId='Australia' columnId='Q4' value='15'/></dataset><colorRange gradient='0'><color minValue='0' maxValue='10' code='BB1610' label='Low'/><color minValue='10' maxValue='25' code='EDC738' label='Average'/><color minValue='25' maxValue='50' code='8EA715' label='High'/></colorRange><styles><definition><style name='DataValueStyle' type='font' color='FFFFFF' bold='1'/></definition><application><apply toObject='DataValues' styles='DataValueStyle' /></application></styles></chart>

 

Regds,

Venu.G

 

 

post-29449-0-91545900-1349423487_thumb.png

Share this post


Link to post
Share on other sites

Hi,

 

Please note that since the color defined for the "Average" ranges between 10 to 25, the <set> elements with the value 25 is currently responding for both "Average" and "High" in the Flash version of the Heat Map chart.

 

The JavaScript is representing the <set> elements with value '25' under the "Average" definition.

 

We are looking into this and shall update you at the earliest.

 

Thank you for your continued patience and support.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this