Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix [Bugzilla] 140255: Pie Chart percentage label has UI glyph

Summary: Pie Chart percentage label has UI glyph

Bugzilla Bug (s) Resolved: 140255

Description:
Problem reproduction:
The issue happens when there are only 2 pie slices, and the values of them are equal.

What causes the problem?
The Headerline is rendered in IConstants.RIGHT [90, 90], while the label is rendered in Position.LEFT_LITERAL [90, 180).

Resolved by:
Change the Headerline RIGHT rendering range to [90, 90).

Tests Description: Test Manually.

Files Edited:

/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/render/PieRenderer.java


Files Added: None

 

Files Deleted: None


Notes to Build Team: None

Notes to Developers:  None

Notes to QA: None

Notes to Documentation: None

 

Regards,

Nina Li

 


Back to the top