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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user