Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Bugzilla#184554 - "Show Lines as Curves" does not work correctly for Bubble and Difference Chart with null values [0001]

- Summary:
"Show Lines as Curves" does not work correctly for Bubble and Difference Chart with null values [0001]

- Bugzilla Bug (s) Resolved:
184554

- Description:
Revised the logic of null handler in CurveRenderer.
Now CurveRenderer will use series renderer's method to handle null values, and that method can be overridden for specific series. For bug#176582, Area renderer will replace null by minimum values, and other renderers will skip the null.
- 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/datafeed/BubbleEntry.java
/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/Bubble.java
/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/BaseRenderer.java
/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/CurveRenderer.java



- Files Added:



- Files Deleted

 


Back to the top