Kriss Report post Posted November 26, 2012 (edited) Hello, I am using multiseries stacked chart to present details for my company. I would like to make two changes in the chart: 1/ add percentage above the bars (and still having numbers) 2/ move legend somehow to be at each bar. ex. first bar is POLAND, 2nd Germany. Is it possible? thank you! Edited November 26, 2012 by Kriss Share this post Link to post Share on other sites
Guest Sumedh Report post Posted November 27, 2012 Hi Kriss, A warm welcome to FusionCharts Forum! Please find response to your queries in-line below: 1/ add percentage above the bars (and still having numbers) >> For showing values above the columns, you would need to use following attribute configuration: Ref. Code: <chart ... numberSuffix='%' showValues='0' showSum='1'> 2/ move legend somehow to be at each bar. ex. first bar is POLAND, 2nd Germany. >> This is not possible. Moving legend icons and placing them somewhere on the chart is not possible. Please find attached screen-shot for your reference. Hope this helps! Share this post Link to post Share on other sites
Kriss Report post Posted November 29, 2012 2/ move legend somehow to be at each bar. ex. first bar is POLAND, 2nd Germany. >> This is not possible. Moving legend icons and placing them somewhere on the chart is not possible. Hello, thank you for the information. Well, for point two of my questions it is not good information... Any changes are planned to have this funcionality? Share this post Link to post Share on other sites
Kriss Report post Posted December 3, 2012 in addition: is there possibile to have the values on bars veritcal and on the line chart (red line) as it is (not changed)? many thanks! Share this post Link to post Share on other sites
Guest Sumedh Report post Posted December 4, 2012 Hi Kriss, This is not possible, displaying values inside the columns vertically is not possible. Also, we have forwarded your request to our Engineering Team for the legend icon placements below the respect columns. We will update you on this as soon as we get any update from the Engineering Team. Thanks for your time and support. Share this post Link to post Share on other sites
Kriss Report post Posted December 4, 2012 Hi Kriss, This is not possible, displaying values inside the columns vertically is not possible. Also, we have forwarded your request to our Engineering Team for the legend icon placements below the respect columns. We will update you on this as soon as we get any update from the Engineering Team. Thanks for your time and support. Hello... Well I would say this is possible. Please see screen below. The question is if the data on the trend line (red) can be showed horizontaly? Thank you! Share this post Link to post Share on other sites
Guest Sumedh Report post Posted December 4, 2012 Hi Kriss, Apologies for the miscommunication. Displaying data values horizontally for the Line plot is not possible. Share this post Link to post Share on other sites
Swarnam Report post Posted December 5, 2012 Hi Kriss, Displaying data values horizontally for Line plot is not possible since you have opted to rotate the values by setting 'rotateValues' attribute at the chart elemnet level. This attribute is applicable to all the data set values within the same chart element. Hope this helps. Share this post Link to post Share on other sites
Kriss Report post Posted December 10, 2012 Hi Kriss, Displaying data values horizontally for Line plot is not possible since you have opted to rotate the values by setting 'rotateValues' attribute at the chart elemnet level. This attribute is applicable to all the data set values within the same chart element. Hope this helps. thanks! just another question regarding data formating. is it any change to display better the data on the chart below (i would like to have the values above the X axis). Share this post Link to post Share on other sites
Guest Bindhu Report post Posted December 13, 2012 Hi, It will not be possible to display the labels above the x-axis as there is no much space. However, please try using the attribute "labelPadding" and set it to say, 20 or 30, to avoid overlapping. Hope this helps! Share this post Link to post Share on other sites