display year-over-year and period-over-period growth rates in account balance trends chart in account reconciliation statements on desktop version

This commit is contained in:
MaysWind
2026-04-09 01:04:15 +08:00
parent cd59c4e6a5
commit fcedb3147d
5 changed files with 228 additions and 109 deletions
@@ -96,6 +96,8 @@ const allVirtualListItems = computed<MobileAccountBalanceTrendsChartItem[]>(() =
const finalDataItem: MobileAccountBalanceTrendsChartItem = {
index: index,
dateRangeKey: dataItem.dateRangeKey,
lastYearDateRangeKey: dataItem.lastYearDateRangeKey,
displayDate: dataItem.displayDate,
openingBalance: dataItem.openingBalance,
closingBalance: dataItem.closingBalance,