Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Bugzilla#187439, 188029 - Stacked Area/Line chart should stack positive and negative values together

- Summary:
Stacked Area/Line chart should stack positive and negative values together

- Bugzilla Bug (s) Resolved:
187439, 188029

- Description:
1. Refine stack unit to adapt two stack policies and mark Area using stack together policy
2. Refactor stack code in Bar and Line chart
3. Render bottom tape of Area chart if current value is negative number(188029)
- 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/Area.java
/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
/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/AxisSubUnit.java
/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/PlotWith2DAxes.java
/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/StackGroup.java
/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/StackedSeriesLookup.java



- Files Added:



- Files Deleted

 


Back to the top