Sign in to follow this  
rohit111111

Heat Map Chart

Recommended Posts

Hello,

 

Heat Map chart is not loading correct.

 

Here is xml:

 

<chart><dataset><set rowId='Google' columnId='Mon' value='68'/> <set rowId='Google' columnId='Tue' value='35'/><set rowId='Google' columnId='Wed' value='95'/><set rowId='Yahoo' columnId='Mon' value='0'/> <set rowId='Yahoo' columnId='Tue' value='71'/></dataset></chart>

 

 

Attached is the screen shot. (Values and background color not coming)

 

If possible, give me a demo.

 

Thanks,

Rohit

post-62319-0-94220700-1391823791_thumb.png

Edited by rohit111111

Share this post


Link to post
Share on other sites

Hello,

 

Heat Map chart is not loading correct.

 

Here is xml:

 

<chart><dataset><set rowId='Google' columnId='Mon' value='68'/> <set rowId='Google' columnId='Tue' value='35'/><set rowId='Google' columnId='Wed' value='95'/><set rowId='Yahoo' columnId='Mon' value='0'/> <set rowId='Yahoo' columnId='Tue' value='71'/></dataset></chart>

 

 

Attached is the screen shot. (Values and background color not coming)

 

If possible, give me a demo.

 

Thanks,

Rohit

Hi,

 

Thanks for the mail.

 

Please try providing a correct format with the <colorRange> to render the chart correctly.

Ex:

<chart>
<dataset>
<set rowId='Google' columnId='Mon' value='68'/> 
<set rowId='Google' columnId='Tue' value='35'/>
<set rowId='Google' columnId='Wed' value='95'/>
<set rowId='Yahoo' columnId='Mon' value='0'/> 
<set rowId='Yahoo' columnId='Tue' value='71'/>
</dataset>


<colorRange mapbypercent='1' gradient='1' minValue='0' code='00CCFF' startLabel='Poor' endLabel='Good'>
    <color code ='66ADD9' maxValue='30' label='BAD'/>
    <color code ='F2CF63' maxValue='70' label='AVERAGE'/>
    <color code ='D99036' maxValue='100' />     
        
</colorRange>


</chart>

Hope this helps. :)

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