- Summary:
Fixed bugzilla bug 194727:
Pyramid chart with 2d+ dimension should like a pyramid
Fixed bugzilla bug 195139: Mixed type of (Area and Pyramid) is not correct [13]
- Bugzilla Bug (s)
Resolved: 194727,
195139
- Description:
194727: Change code to draw pyramid 2D+ chart like a pyramid.
195139: The reason is that rendering order is not correct; so add blocks
rendering into deferred cache to avoid error rendering order.
- Tests Description: Manual Test
-
Code Reviewer: Yulin
- 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/src/org/eclipse/birt/chart/render/BaseRenderer.java
/org.eclipse.birt.chart.ui/icons/wizban/horizontalpercentstackedpyramidchartwithdepthimage.gif
/org.eclipse.birt.chart.ui/icons/wizban/horizontalsidebysidepyramidchartwithdepthimage.gif
/org.eclipse.birt.chart.ui/icons/wizban/horizontalstackedpyramidchartwithdepthimage.gif
/org.eclipse.birt.chart.ui/icons/wizban/percentstackedpyramidchartwithdepthimage.gif
/org.eclipse.birt.chart.ui/icons/wizban/sidebysidepyramidchartwithdepthimage.gif
/org.eclipse.birt.chart.ui/icons/wizban/stackedpyramidchartwithdepthimage.gif
- Files Added:
- Files Deleted