editable label & color
This commit is contained in:
@@ -95,6 +95,8 @@ class ChartBloc extends Bloc<ChartEvent, ChartState> {
|
||||
categoriesTotals[transaction.category] = categoryTotal;
|
||||
}
|
||||
|
||||
accountsTotals.removeWhere((key, value) => value.round() == 0);
|
||||
|
||||
return _computeStateScopedStats(state.copyWith(
|
||||
transactionsLines: transactionsLines,
|
||||
globalTotal: globalTotal,
|
||||
|
||||
Reference in New Issue
Block a user