deepti Report post Posted May 4, 2011 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
Sanjukta Report post Posted May 4, 2011 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 month of May' yAxisName='Revenue for the month of May' ... > Hope this helps. Share this post Link to post Share on other sites
deepti Report post Posted May 4, 2011 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 month of May' yAxisName='Revenue for the 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 Report post Posted May 4, 2011 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. Share this post Link to post Share on other sites
deepti Report post Posted May 4, 2011 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. Thanks, I will try this . Dipti. Share this post Link to post Share on other sites
Guest Angshu Report post Posted May 4, 2011 Hi, Thanks for your reply. Hope this works. Share this post Link to post Share on other sites
deepti Report post Posted May 10, 2011 Hi, Thanks for your reply. Hope this works. 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 Report post Posted May 10, 2011 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. Share this post Link to post Share on other sites
deepti Report post Posted May 10, 2011 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. Share this post Link to post Share on other sites
Guest Angshu Report post Posted May 10, 2011 Hi, The code is working fine from our end. Please find the screenshot attached. Share this post Link to post Share on other sites
deepti Report post Posted May 10, 2011 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 Report post Posted May 10, 2011 Hi, You are right! Please try the same by using FusionCharts v 3.2 . Hope this works. Share this post Link to post Share on other sites
deepti Report post Posted November 14, 2011 Hi, You are right! 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 Report post Posted November 14, 2011 Hi, Thanks for your response. I am afraid, FusionCharts v3 does not support wrapping axis names, as of now. 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