potnuru Report post Posted January 13, 2011 I'm using a Multi-series Stacked Column 2D Chart and I want to put the year above each bar (not the sum of all the values in the bar). Am I able to put custom text above the bar? If so, how? Share this post Link to post Share on other sites
Guest Angie Report post Posted January 13, 2011 Hi, Welcome to FusionCharts Forum! I am afraid, FusionCharts does not support the feature you are looking for, at this time. We have taken a note of your request and added the same in our wishlist. Hope you have a great day! Share this post Link to post Share on other sites
potnuru Report post Posted January 13, 2011 any wayzzz thnx Hi, Welcome to FusionCharts Forum! I am afraid, FusionCharts does not support the feature you are looking for, at this time. We have taken a note of your request and added the same in our wishlist. Hope you have a great day! Share this post Link to post Share on other sites
Guest Angie Report post Posted January 13, 2011 Hi, Thank you very much. Keep FusionCharting! Share this post Link to post Share on other sites
bbarstow Report post Posted September 21, 2011 Hi, Today, I was challenged with the task of displaying a ratio above my MS Stacked 2D bars instead of the 'sum'. I found this thread which says there isn't any way to do it. However, I was able to 'hack' a version together, which does what OP was asking: -- After you build your chart add an additional dataSet, with <set> elements such as: <set value='25000000' showValue='1' displayValue='4.6 : 1' toolText='Ratio of 4.6 dollars to 1' color='FFFFFF' alpha='1' /> I.E. you'd need to change the value appropriately. The trick is setting the color to 'FFFFFF' (i.e. your background color) and alpha to 1%. Meaning the text shows up and the bar doesn't. Hopefully FCharts will add the functionality in the future. Hi, Thank you very much. Keep FusionCharting! Share this post Link to post Share on other sites
Guest Angshu Report post Posted September 22, 2011 Hi, Thank you very much for sharing this. Happy FusionCharting! Share this post Link to post Share on other sites