Sign in to follow this  
deepti

X-Axis Label Wrapping Not Working For Column2D Chart

Recommended Posts

Hi,

I am using fusion charts licenced version.Following is the xml that I am using to generate a column2D chart.

 

<?xml version='1.0' encoding='UTF-8' standalone='yes'?>

<chart labelDisplay='WRAP' rotateLabels='0' slantLabels='0' showValues='0' adjustDiv='0' yAxisMinValue='0.0' yAxisMaxValue='37.0' caption='Test Station Top 10' xAxisName='Activity' yAxisName='Occurences' bgColor='FFFFFF' canvasBgColor='F3F5F5' numDivLines='9' formatNumberScale='0' decimals='0'>

<set label='Op 1960 .Sta 1960.1.TP 7' value='29.0' color='F3D819' toolText='Op 1960 .Sta 1960.1.TP 7'/>

<set label='Op 1960 .Sta 1960.1.TP 33' value='28.0' color='F3D819' toolText='Op 1960 .Sta 1960.1.TP 33'/>

<set label='Op 1960 .Sta 1960.1.TP 3' value='10.0' color='F3D819' toolText='Op 1960 .Sta 1960.1.TP 3'/>

<set label='Op 1960 .Sta 1960.1.TP 29' value='9.0' color='F3D819' toolText='Op 1960 .Sta 1960.1.TP 29'/>

</chart>

 

But in my chart the x axis labels are not getting wrapped.What can be the reason?Wont label wrapping work for Column2D?

 

Thanks,

Deepi.

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Thanks for your post.

 

I am afraid, we are unable to replicate the issue, as the code is working fine from our end.

 

Please find the screenshot attached for your reference.

post-10517-0-29481100-1320234997_thumb.png

Share this post


Link to post
Share on other sites

Hi,

 

Thanks for your post.

 

I am afraid, we are unable to replicate the issue, as the code is working fine from our end.

 

Please find the screenshot attached for your reference.

 

Hi,

 

Thanks for the fast reply.But do you think there can be some other reason due to which I am not getting it. Or what else can it depend other than the xml?

For me it is working in case of Multiseries column 2D.Only in single series I am not getting it.

 

Deepti.

Edited by deepti

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Could you please confirm the FusionCharts version you are using?

 

Awaiting for your response.

Share this post


Link to post
Share on other sites

Hi,

 

Could you please confirm the FusionCharts version you are using?

 

Awaiting for your response.

 

Hi,

 

I am using fusioncharts v3.

 

Deepti.

Share this post


Link to post
Share on other sites

Hi,

 

I am using fusioncharts v3.

 

Deepti.

 

Hi,

 

Can you please try the same xml by setting the width of the chart to 730? Actually the width for my chart is 730 and I am getting the issue only when there are four bars in my graph.If I have one more bar in the graph or if I reduce the width if the chart a bit I will get the chart properly.I think this is an issue in the condition which decides whether the label should be wrapped or not.Can you please clarify.

 

Thanks,

Deepti.

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