Sign in to follow this  
Vijay

Overlapping X axis names in Bar Chart due to long name for one of the Category names

Recommended Posts

In my Bar Chart, as one of my X axis category name having continuous long name,the names are overlapping with all other names resulting in a bad display.... So is there any tag to wrap the name into next line....

strXML =

"<graph caption='Vacany Chart' xAxisName='RequisitionTitle' decimalPrecision='0' showNames='1' showValues='1' numberSuffix='' pieSliceDepth='30' formatNumberScale='0'>";

 

- <categories>
  <category name="Software Engineer" />
  <category name="Financial Manager" />
  <category name="nano Programmer" />
  <category name="fgfdsgdsfgdsfgsdgsdgsdgdsgsdgdsgdsgdsgdsgdsgsdgdsgdsgdsgsdgdsgsdgdsgsdgdsgdsgdsgdsgdsgdsdsgsdgsdgdsgdsgdsgdsgdsgsdgdsgdsgdsgdsgdfjhg;lghs;lgkhsd;glkhdsf;lghdskgjhdshgfk" />
  <category name="Marketing" />
  </categories>

 

pls help me to solve this issue.....

Share this post


Link to post
Share on other sites

Hi,

 

 

 

I am afraid, FusionCharts Free does not supports name/label wrapping feature

 

 

 

However, there is an option to rotate names/labes, you can do so by using rotateNames='1' attribute in <graph....rotateNames='1' ...> element.

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