Sign in to follow this  
L_E

Bar2D Thickness Bug

Recommended Posts

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

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.

post-10517-073292200 1303302286_thumb.png

Share this post


Link to post
Share on other sites

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 by L_E

Share this post


Link to post
Share on other sites
Guest Angie

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this