Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin - Fixed Chart bug #144077 and pie renderer bugs

- Summary:

 

144077: Throw exception when generate SVG chart which has interactive

Fixed pie renderer issues

- Bugzilla Bug (s) Resolved: 144077

- Description:

144077: Throw exception when generate SVG chart which has interactive. Now use the correct API for standalone cases.

 

Fixed several pie chart rendering bugs (no new feature):

 

Inconsistent PDF/HTML rendering (resolution bugs)

Wrong black/grey colors used for depth with slices using gradients colors.

Last slice was overlapping the first one.

For leader lines with zero length, the label is now positioned correctly (top, left, right or bottom of corresponding slice, instead of left/right only), so that the label visually matches its slice.

Adjusted tick line for avoiding label shown inside the depth, and adjusted tick length depending on angle

Invisible leader line automatically now behaves like zero length leader line


- Tests Description  : Unit tests, interactivity tests, rendering tests

- Notes to Build Team:

- Notes to Developers:

- Notes to QA: 
 

 

- Notes to Documentation:  

- Files Edited:

"/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGInteractiveRenderer.java"

"/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/EmptyWithoutAxes.java" "/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/EmptyWithAxes.java"

"/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/render/Pie.java" "/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/render/PieRenderer.java"


- Files Added:

 

- Files Deleted

 

 


Back to the top