L_E Report post Posted April 20, 2011 When I use the Bar2D chart, I can set the plotSpacePercent to control the thickness of the bar. The lower the number, the thicker the bar gets. Unless, you put in 20. If you put in '19' or '21', the bar is very thick. If you put in '20', the bar gets very thin (like 80%). Share this post Link to post Share on other sites
Guest Angie Report post Posted April 20, 2011 Hi, Thank you very much for your valuable feedback. I am afraid, we are not able to replicate the issue, as value "20" works perfectly from our end. Please find the screenshot attached for your reference. Share this post Link to post Share on other sites
L_E Report post Posted April 20, 2011 (edited) The example you listed is if you have a bunch of bars, the system will use the maximum space available. Try what I have below and see if you see a problem. With a value of '20' the bar should be much thicker, but because you have so many bars, it adjusts the thickness to fit the chart size. 1st: <chart bgColor='F7F7F7' showExportDataMenuItem='1' caption='Risk Measure Summary' useRoundEdges='1' plotGradientColor='' showValues='0' yAxisName='Number' plotSpacePercent='20'> <set value='5.6' label='Risk Score' /> </chart> Then, this: <chart bgColor='F7F7F7' showExportDataMenuItem='1' caption='Risk Measure Summary' useRoundEdges='1' plotGradientColor='' showValues='0' yAxisName='Number' plotSpacePercent='19'> <set value='5.6' label='Risk Score' /> </chart> Then this, <chart bgColor='F7F7F7' showExportDataMenuItem='1' caption='Risk Measure Summary' useRoundEdges='1' plotGradientColor='' showValues='0' yAxisName='Number' plotSpacePercent='21'> <set value='5.6' label='Risk Score' /> </chart> Edited April 20, 2011 by L_E Share this post Link to post Share on other sites
Guest Angie Report post Posted April 21, 2011 Hi, Thank you very much for your valuable feedback. We are able to replicate the issue and our developers are working on it. We will get back to you once the issue is fixed. Thank you very much for your continued patience and patronage. Hope you have a great day! Share this post Link to post Share on other sites