Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: #177706 - Bubble Chart is not rendered correctly by BubbleEntry with NaN in API[0001]

- Summary: 

Bubble Chart is not rendered correctly by BubbleEntry with NaN in API[0001]

 - Bugzilla Bug (s) Resolved:

177706

 - Description: 
Caused by invoking BubbleEntry constructor with Double.NaN. This will result in Math.min/max always produces a NaN value.
Fixed by converting Double.NaN to null, which will be omitted when computing min/max value.

- Code Reviewer: N/A

- 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"

- Files Added:

- Files Deleted

 

 


Back to the top