Skip to main content
Participant
February 1, 2012
Question

CF Chart Missing Labels

  • February 1, 2012
  • 1 reply
  • 523 views

I am trying to make a chart show all of the labels on the y axis (horizontal bar chart).

I have an issue where some of the bars don't show the labels because they are to long or they overlap.  I've tried modifying the xml documents that control the charts to get the desired outcome, but so far have had no luck.

I've attached a screenshot of what is happening.  As you can see, the 5th bar is missings it label. 

Any help would be greatly appreciated.

Aaron

    This topic has been closed for replies.

    1 reply

    Inspiring
    February 2, 2012

    If you are running CF9, check the <labelStyle isHideOverlapped="true"> property. If not, you could try slanting/wrapping the labels so they fit the space a bit better. Adjusting the chart size so they do fit is another option. 

    That said, you should still set reasonable limits for title length. If the titles are very long, you may want to abbreviate or truncate them after X characters.