Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Force BIRT to show all x-axis label
Monma
I am designing a parameterized bar chart that at times will display a lot of bars and thus labels. I did set the labels at an angle but I can still get too many and BIRT then will drop the excess labels. I have a requirement to show the labels for particular data points (I cannot use the interval as I display different sets depending on the parameter). So my solution was to provide the labels (strings) for the particular data points (bars) a blank space for others. But then I end up with no labels at times because BIRT will count the number of labels and choose what to display randomly.
So if anyone could tell me how to force BIRT to always show all the labels I would really appreciate it. Thanks.
Find more posts tagged with
Comments
mwilliams
Hi Monma,<br />
<br />
I haven't found a way to do this as of yet. The only real way to solve it that I know of is to make the chart big enough for all labels to be displayed. You could also request an enhancement for a force all labels to show at <a class='bbc_url' href='
http://www.eclipse.org/birt/phoenix/reportabug.php'>BIRT
: Reporting Bugs and Requesting Enhancements</a>.
Monma
Thanks for the response. I will post a question for an alternative approach.