xuen Report post Posted June 21, 2012 (edited) Hi, I have a multi series column and bar chart. I want to have the separator in between each set of record. Please see the attached image. Left hand side is the current layout from example website. Right hand side is the chart layout that i would like to render. Is it possible to add the separator show in right hand side's chart (circle in red). Thanks in advanced. Edited June 21, 2012 by hypoBee Share this post Link to post Share on other sites
Guest Sumedh Report post Posted June 21, 2012 Hi, I have a multi series column and bar chart. I want to have the separator in between each set of record. Please see the attached image. Left hand side is the current layout from example website. Right hand side is the chart layout that i would like to render. Is it possible to add the separator show in right hand side's chart (circle in red). Thanks in advanced. Hi, Adding separators in between the x-axis labels is not possible. Thanks for your time. Share this post Link to post Share on other sites
xuen Report post Posted June 21, 2012 Hi, Since adding separator is not posible as of now. Can we make the gap between the x-axis labels bigger? Hi, Adding separators in between the x-axis labels is not possible. Thanks for your time. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted June 21, 2012 Hi, Since adding separator is not posible as of now. Can we make the gap between the x-axis labels bigger? Hi, Increasing the space between x-axis labels is not possible. Thanks for your time. Share this post Link to post Share on other sites
xuen Report post Posted July 5, 2012 Hi, I have read from another topic that it is possible to increase the space between x-axis labels by using the setting plotSpacePercent. Default value is 20%. You may set it to 0 if you do not want any gap or set it more than 20 to increase the space. http://forum.fusioncharts.com/topic/1214-width-of-each-bar-in-a-chart/ Hi, Increasing the space between x-axis labels is not possible. Thanks for your time. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted July 5, 2012 Hi, I have read from another topic that it is possible to increase the space between x-axis labels by using the setting plotSpacePercent. Default value is 20%. You may set it to 0 if you do not want any gap or set it more than 20 to increase the space. http://forum.fusionc...bar-in-a-chart/ Hi, plotSpacePercent attribute is used to increase/decrease the space between two plots. Please note, increase/decreasing the space between x-axis labels is a different aspect. If you are willing to adjust the space the space between two plots, you can use plotSpacePercent attribute. Ref. Code: <chart ... plotSpacePercent='40'> Also, adjusting the space between x-axis labels is not possible. Hope this helps. Share this post Link to post Share on other sites
xuen Report post Posted July 5, 2012 Hi, Is it mean i adjust the space between plot will not add the space between the x-axis label? So it will become label not match to the plot? because the space between plot is increase but the label space is not increase? Hi, plotSpacePercent attribute is used to increase/decrease the space between two plots. Please note, increase/decreasing the space between x-axis labels is a different aspect. If you are willing to adjust the space the space between two plots, you can use plotSpacePercent attribute. Ref. Code: <chart ... plotSpacePercent='40'> Also, adjusting the space between x-axis labels is not possible. Hope this helps. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted July 5, 2012 Hi, Is it mean i adjust the space between plot will not add the space between the x-axis label? So it will become label not match to the plot? because the space between plot is increase but the label space is not increase? Hi, FusionCharts charting engine will automatically adjust the x-axis labels according to the plotSpacePercent attribute. But there is no specific attribute to adjust the x-axis label spacing. Please find attached screen-shots for your reference. Share this post Link to post Share on other sites
xuen Report post Posted July 6, 2012 Hi, Thanks. So this can be a work-around to adjust the x-axis labels. Hi, FusionCharts charting engine will automatically adjust the x-axis labels according to the plotSpacePercent attribute. But there is no specific attribute to adjust the x-axis label spacing. Please find attached screen-shots for your reference. Share this post Link to post Share on other sites