Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fixed bugzilla 173263 A pie series cannot contain negative values in its dataset

- Summary:

 

Fixed 173263 in 2.1.3 and 2.2 branches:

A pie series cannot contain negative values in its dataset


- Bugzilla Bug (s) Resolved:

 

173263

- Description:

Negative values are now shown as slices using their absolute values. The labels are still showing that the value is negative. The Min slice feature has been adjusted to handle those negative values (in case the minimum slice contains both neg and pos values, two min slices (>0 and <0 ) are shown in order to avoid the values to compensate each other)

 

- Tests Description : Manual tests

- Files Edited:

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


- Files Added:

 

- Files Removed:


- Notes to I18N Team:

 

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:


- Notes to Documentation:

 


Back to the top