support credit card billing cycles as a time granularity option in the account balance trend chart on the account reconciliation statements page

This commit is contained in:
MaysWind
2026-04-10 02:26:55 +08:00
parent d44798bf0f
commit a604737c7c
30 changed files with 163 additions and 30 deletions
@@ -211,6 +211,10 @@ const chartOptions = computed<object>(() => {
let periodOverPeriodDataItemDisplayItems: NameNumeralValue[] | undefined = undefined;
let separatorLineIndex: number | undefined = undefined;
if (dataItem.alternativeDisplayDate) {
header = dataItem.alternativeDisplayDate;
}
if (props.type === AccountBalanceTrendChartType.Boxplot.type) {
header += ` ${props.legendName}`;
displayItems = getBoxplotChartTooltip(dataItem);