Sign in to follow this  
Vinod P

Heat Map Issues

Recommended Posts

Hi ,

 

I am trying to use Heat map item of Fusion chart. I have a questions in this regard:

 

The columnid in the fusion chart xml/json always shows at the bottom of the chart and I wanted the column name to come on the top. I couldnt find any property for the same. Anyone aware which is the parameter to move the column name in heat map to top of chart.

 

Regards,

Vinod

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi Vinod,

 

This is not possible. You can not place the column ids at the upper side of the HeatMap chart.

Share this post


Link to post
Share on other sites

Thanks Sumedh..

 

Is any enhancement planned for the same.. Shouldnt that feature be available?

 

Also is there a way to style the coulmn header values,rowid values?

Share this post


Link to post
Share on other sites

Hi Vinod,

 

If feasible, we would add the feature request to our wishlist.

 

Also regarding styling, PowerCharts XT introduces Styles to help you apply font, effects and animations to various objects of the chart.

 

For more info, please read at:

http://docs.fusioncharts.com/powercharts/Contents/Styles/Styles.html

 

Please find the reference code below to apply style effect to Row Id values

Ref. code:

<styles>

<definition>

<style name='myLabelsFont' type='font' font='Arial' size='10' color='666666' bold='1' underline='1'/>

</definition>

<application>

<apply toObject='DATAVALUES' styles='myLabelsFont' />

</application>

</styles>

 

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