@mx-cartographer/experiences 3.10.1-alpha.mm17 → 3.10.1-alpha.mm19
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.es.js +1988 -1989
- package/dist/index.es.js.map +1 -1
- package/dist/trends/utils/index.d.ts +1 -1
- package/package.json +1 -1
@@ -52,5 +52,5 @@ export declare const getSpendingTotals: (totals: MonthlyCategoryTotals[], range?
|
|
52
52
|
export declare const getTopLevelCategoryTotals: (totals: (MonthlyCategoryTotals | StackedLineChartData)[]) => (MonthlyCategoryTotals | StackedLineChartData)[];
|
53
53
|
export declare const amountComparator: GridComparatorFn<string | number>;
|
54
54
|
export declare const createGroupedCategoryTotals: (totals: MonthlyCategoryTotals[]) => GroupedCategoryTotalData;
|
55
|
-
export declare const getStackedLineChartData: (groupedTotals: GroupedCategoryTotalData) => StackedLineChartData[];
|
55
|
+
export declare const getStackedLineChartData: (groupedTotals: GroupedCategoryTotalData, datasetLength: number) => StackedLineChartData[];
|
56
56
|
export {};
|