Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fixed Chart bug 163656 Stacked bar chart with positive and negative values

Title: Checkin: Fixed Chart bug 163656 Stacked bar chart with positive and negative values

Summary:

Stacked bar and line chart with a mix of positive and negative values are not rendered correctly : some points are shown at the wrong position in the chart.

- Bugzilla Bug (s) Resolved:
16
3656

- Description:
Fixed the computation of the relative position when stacking negative and positive values.

Checked in to HEAD and 2.1.2 branches.

- 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.extension/src/org/eclipse/birt/chart/render/Bar.java

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


- Files Added:

- Files Deleted


Back to the top