[kmymoney] [Bug 453922] New: Decimal and thousands separators in ordinate axis labels are missing
Thomas Baumgart
bugzilla_noreply at kde.org
Tue May 17 06:50:22 BST 2022
https://bugs.kde.org/show_bug.cgi?id=453922
Bug ID: 453922
Summary: Decimal and thousands separators in ordinate axis
labels are missing
Product: kmymoney
Version: unspecified
Platform: Other
OS: Linux
Status: REPORTED
Severity: wishlist
Priority: NOR
Component: reports
Assignee: kmymoney-devel at kde.org
Reporter: tbaumgart at kde.org
Target Milestone: ---
Source of this request: https://forum.kde.org/viewtopic.php?f=69&t=174795
(though it bugs me too every now and then)
STEPS TO REPRODUCE
1. Open networth report (with networth > 1000)
OBSERVED RESULT
Labels on y-axis do not contain thousand separator and are hard to read (e.g.
1000000). The same is valid for labels on the graph and tooltips.
EXPECTED RESULT
All values are displayed with thousand separators for better readability (e.g.
1.000.000 or 1,000,000 depending on the actual character used in the locale).
Removing trailing decimal separator with only zeroes following is valid.
ADDITIONAL INFORMATION
Comment in current implementation contains the following comment:
// convert label to double just to convert it back to string with desired
precision
// but without trailing zeros, separator, or decimal point
which was added with https://invent.kde.org/office/kmymoney/-/commit/5e4c8322
which fixes bug #420767
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the KMyMoney-devel
mailing list