Sign in to follow this  
deepti

Wrap Xaxisname An Yaxisname.

Recommended Posts

Hi,

 

Is there any way to wrap xAxisName and yAxisName.I could find the wrap option only for the x axis labels and not for the axis names.

 

Thanks,

Dipti.

Share this post


Link to post
Share on other sites

Hi Dipti,

 

Please note that there is no direct way to wrap the "xAxisName" and "yAxisName", as of now.

 

However, as a work-around, you can try using the line-break ("
 ") to wrap the labels into multiple lines.

 

Ex: <chart ... xAxisName='Days for the&#10; month of May' yAxisName='Revenue for the&#10; month of May' ... >

 

Hope this helps. :)

Share this post


Link to post
Share on other sites

Hi Dipti,

 

Please note that there is no direct way to wrap the "xAxisName" and "yAxisName", as of now.

 

However, as a work-around, you can try using the line-break ("&#10; ") to wrap the labels into multiple lines.

 

Ex: <chart ... xAxisName='Days for the&#10; month of May' yAxisName='Revenue for the&#10; month of May' ... >

 

Hope this helps. :)

 

Hi ,

 

I don't think so this works.My yAxisName is 'Op 60 Mill, Spotface, Drill&Tap.CNC 60.1.Valley, Pan, Thrust Brg Notch'.Or is it something that what I have understood is not correct ? Please clarify.

 

Thanks,

Dipti.

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Please try the same by using line break {br} to wrap the labels in multiple lines.

 

For ex: <chart .... xAxisName='Days for the{br} month of May' yAxisName='Revenue for the{br} Month of May' ....>

 

Hope this helps.smile.gif

Share this post


Link to post
Share on other sites

Hi,

 

Please try the same by using line break {br} to wrap the labels in multiple lines.

 

For ex: <chart .... xAxisName='Days for the{br} month of May' yAxisName='Revenue for the{br} Month of May' ....>

 

Hope this helps.smile.gif

 

Thanks, I will try this .

 

Dipti.

Share this post


Link to post
Share on other sites

Hi,

 

Thanks for your reply.

 

Hope this works.smile.gif

Hi ,

 

I tried this :

 

<chart caption='Fitted Line Plot: Op 100 Finish Bore, Deburr, Ream, Dowels.CNC 100A1/1.Crank Bore xAxisName='Op 100 Finish Bore, Deburr, Ream, Dowels.CNC 100A1/1.Crank Bore, {br} Front Cover, Rear Ream Cover' yAxisName='Op 90A Bearing Cap Assembly.Brg Cap Assy 90A1.Install and Torque {br} Main Bolts' bgColor='FFFFFF' canvasBgColor='F3F5F5' numDivLines='5' showZeroPlane='0' decimals='4' chartLeftMargin='0' chartRightMargin='50' chartTopMargin='10' chartBottomMargin='10'>

 

But {br } is displayed as {br} itself .

 

I hope this is what you suggested. Any idea?

 

Thanks,

Dipti.

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Thanks for your response.

 

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

 

Please find the screenshot attached for your reference.

post-10517-095806500 1305019690_thumb.png

Share this post


Link to post
Share on other sites

Hi,

 

Thanks for your response.

 

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

 

Please find the screenshot attached for your reference.

 

I was trying it with a scatter chart.Please see the attachment.

post-9906-064028800 1305024070_thumb.png

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

The code is working fine from our end.

 

Please find the screenshot attached.

post-10517-032110400 1305024635_thumb.png

Share this post


Link to post
Share on other sites

Hi,

 

The code is working fine from our end.

 

Please find the screenshot attached.

 

Yes but I can see that in you chart the text is taking a new line even when the {br} is not given also.That is we have given {br} only at one position.That means the text should take one new line and be displayed in two lines.But in your attachment it is being displayed in 3 lines.That means it is wrapping the text by default I guess.Is it due to the difference in the version that we use.I am using fusioncharts 3 and not 3.2.

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

You are right!smile.gif

 

Please try the same by using FusionCharts v 3.2 .

 

Hope this works.

Share this post


Link to post
Share on other sites

Hi,

 

You are right!smile.gif

 

Please try the same by using FusionCharts v 3.2 .

 

Hope this works.

 

Hi,

 

Is there any way to get the axis name wrapping working in fusioncharts 3 ? I am currently usign version 3 and cannot move to 3.2 suddenly.So please tell me if there is any way to get the axis name wrapping working with 3.

 

Thanks,

Deepti.

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Thanks for your response.

 

I am afraid, FusionCharts v3 does not support wrapping axis names, as of now. sad.gif

 

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