Vinod P Report post Posted September 13, 2012 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 Report post Posted September 14, 2012 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
Vinod P Report post Posted September 14, 2012 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
Swarnam Report post Posted September 15, 2012 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