Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: fix bug 122835(partial): Meter scale is off

- Summary:
fix bug 122835(partial): Meter scale is off
- Bugzilla Bug (s) Resolved:
122835
- Description:
if the difference of Max/Min value is not the integer multiple of Step value, using "ceil(Max-Min)+1" as the tick count, previously we used "round(Max-Min)+1" which might cause problem in certain cases.

- Tests Description :

- Files Edited:

- Files Added:

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:

- Notes to Documentation:

 

/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/AutoScale.java

 

Best Regards,

 

Zhiqiang Qian

Actuate Corporation - Shanghai R&D Center
( : (86)21-58826388
* : zqian@xxxxxxxxxxx

 


Back to the top