@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.
@@ -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 {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "3.10.1-alpha.mm17",
3
+ "version": "3.10.1-alpha.mm19",
4
4
  "description": "Library containing experience widgets",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",