rudydroopy Report post Posted February 2, 2009 (edited) Hello, I'm using last version of fusionChart (3.0.7) and I need to show 3 trendlines in a multi bar graph. It work properly, but it is unreadable because the trenlines ar too close. I was wondering if it's possible to rotate (verticaly) this values... Or to show them on different lines, but i'd rather just rotate them. thanks Edited February 2, 2009 by Guest Share this post Link to post Share on other sites
Rahul Kumar Report post Posted February 2, 2009 Hi, Currently, to rotate a trendline value is not possible, however You could try using valueOnRight='1' attribute in <line> element, this will make trendline value to appears at right side. Share this post Link to post Share on other sites
rudydroopy Report post Posted February 2, 2009 (edited) Your suggestion doesn't seem to work in MSBar3D... There's no visible change i'm using fusionChart_Gen.php Is there any way to add linked value on the graphs (the point is I need to show the percent value of the firest dataset compare to the last) something like this: ________ ________| ______|____ ___________| ____ ____|_ 75% ______| 100% _____| 50% thanks Edited February 2, 2009 by Guest Share this post Link to post Share on other sites
Sanjukta Report post Posted April 21, 2010 Hi, I am afraid FusionCharts does not natively support the display of percentage values. As a work around, please try calculating the percentage value of each bar manually and displaying them on the chart. The calculated values can be displayed beside each bar using the attributes numberSuffix='%25' in the <chart> element and setting the attribute showValues='1' in each <dataset> element. Hope this is of some help to you. Share this post Link to post Share on other sites