-
- Downloads
fix: number format config not being respected for graphs (#2832)
* Add computed padding for handling clipped Net worth amounts * Add comment, early handle 5 character case * Add release note * Use currency decimal preference for Net Worth graph Y-axis ticks * use number format preference for `BarLineGraph` ticks * use number format preference for checking `NetWorthGraph` tick overflow * prevent `numberFormatConfig` overwrite `getNumberFormat` uses `numberFormatConfig` as the default argument; passing just `{ hideFraction: true }` caused `numberFormatConfig.format` to be ignored * add release note * use `amountToCurrencyNoDecimal` instead for `{BarLine,NetWorth}Graph` ticks
Showing
- packages/desktop-client/src/components/reports/graphs/BarLineGraph.tsx 3 additions, 1 deletion...top-client/src/components/reports/graphs/BarLineGraph.tsx
- packages/desktop-client/src/components/reports/graphs/NetWorthGraph.tsx 8 additions, 2 deletions...op-client/src/components/reports/graphs/NetWorthGraph.tsx
- packages/loot-core/src/shared/util.ts 4 additions, 1 deletionpackages/loot-core/src/shared/util.ts
- upcoming-release-notes/2832.md 6 additions, 0 deletionsupcoming-release-notes/2832.md
Loading
Please register or sign in to comment