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)
Problem with rotated labels in generated chart
TimP
Hey,
I'm using BIRT 2.3.2 inside my RCP application. The chart is generated as HTML and displayed via the org.eclipse.swt.browser.Browser widget. All chart-modifications are handled via JavaScript (onRender).
To rotate the labels of the axis I use
function beforeDrawAxisLabel( axis, label, icsc )
{
label.getCaption().getFont().setRotation(90);
}
Although this is working I have the following problems:
1. Long labels get cut off.
2. If there are many records, not all labels appear.
You can see this behavior in the attached screenshot!
I don't know what do to. I tested various of things, but nothing is working for me!
Thanks,
Tim P.
Find more posts tagged with
Comments
TimP
Can someone please help me?
Thanks,
Tim P.