Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Bugzilla#190266 - TVT33:TCT499: ar: Chart labels are wrapping covering chart numbers beneath

- Summary:
TVT33:TCT499: ar: Chart labels are wrapping covering chart numbers beneath

- Bugzilla Bug (s) Resolved: 190266

- Description:
Caused by insufficient space for orthogonal axis title
Use new algorithm of Axis layout to compute axis title bounds. Current algorithm is to use Axis Scale width for category axis title, and to use the chart height except chart title section for orthogonal axis title. This will make sure no wasted space and more precise layout adjustment.

- Tests Description: Manual Test

- Notes to Build Team: N/A

- Notes to Developers: N/A

- Notes to QA: N/A

- Notes to Documentation: N/A

- Files Edited:

/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/PlotWithAxes.java
/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderHelper.java
/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/ChartUtil.java



- Files Added:



- Files Deleted

 


Back to the top