Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix [Bugzilla] 155587: Setting pie chart slice color from script doesn't work

Summary:  Setting pie chart slice color from script doesn't work

Bugzilla Bug (s) Resolved: 155587

Description: Fixed in PieRenderer.render().

       In the case of pie tickness > 0 (2D with depth), the palette color is fetched out, and then beforeDrawDataPoint modifies it according to the script.

The color is used to render the inside of the pie slices.

But when rendering the upper sectors of the pie slices, the palette color is fetched out from palette series again.

 

 

Tests Description: Test Manually.


Files Edited:

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


Files Added: None


Files Deleted: None


Notes to Build Team: None

Notes to Developers:  None

Notes to QA:  None

Notes to Documentation:  None

 

 

Regards,

Nina Li

 

 


Back to the top