Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Bugzilla#165608 - The value in chart area and legend area are different for Meter chart[0001]

- Summary:
The value in chart area and legend area are different for Meter chart[0001]

- Bugzilla Bug (s) Resolved:
165608

- Description:

The difference is caused by the first orthogonal data is null. Legend still uses the null, but dial chart renderer skips it.
Solution: skip the invalid orthogonal data to display in the legend label

- 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/src/org/eclipse/birt/chart/computation/LegendBuilder.java

 


- Files Added:

- Files Deleted

 

 


Back to the top