Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Added MultipleFill support for bar/stock/marker

- Summary:
Added MultipleFill support for bar/stock/marker

- Bugzilla Bug (s) Resolved:


- Description:
Added MultipleFill support into related renderers as following (only describe the case when the Negative fill will be used):
1. Bar: in bar stick when Y value is negative
2. Stock: in stock stick when close < open
3. Line, Area, Scatter: in marker render when Y value is negative. Area fill and line is not affected.
4. Bubble: in bubble when the size is negative. When MultipleFill is specified as Series palette color, negative size will be treated as positive size with negative color. If MultipleFill is not specified, negative size will be replaced by default Marker size, which is the former policy regarding the marker size in MarkerRender.

- Tests Description: Manual test
- Notes to Build Team: None
- Notes to Developers: None
- Notes to QA: None
- Notes to Documentation: None

- 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/Bubble.java
/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/render/Line.java
/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/render/Stock.java
/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderer.java
/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/MarkerRenderer.java
/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/ChartUtil.java


- Files Added:

- Files Deleted

 

 


Back to the top