Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fixed bugzilla 142866 Decimal values displayed on linear axis

- Summary:
Fixed bugzilla 142866 Decimal values displayed on linear axis


- Bugzilla Bug (s) Resolved:
142866


- Description:
By changing the number formatting to not show any decimal values, duplicate numbers are shown on the axis.  Ex: instead of 0.0, 1.2, 1.8, 2.3, 3.2, 3.7 the following numbers are shown: 0, 1, 1, 2, 3, 3

 

Resolved by checking the formatting number options when computing automatic step, taking the multiplier and digit precision into account. Step is adjusted based on those to make sure no duplicate value appears.


- Tests Description :
Visual tests


- Notes to Build Team:

- Notes to Developers:

- Notes to QA:

- Notes to Documentation:

- Files Edited:

 

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


- Files Added:


- Files Deleted

 


Back to the top