randmarcomps 1.335.0 → 1.337.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/randmarcomps.d.ts +1 -1
- package/dist/randmarcomps.js +1169 -1061
- package/dist/randmarcomps.umd.cjs +32 -32
- package/package.json +2 -2
package/dist/randmarcomps.d.ts
CHANGED
|
@@ -775,7 +775,7 @@ declare interface SalesChartProps {
|
|
|
775
775
|
statistics: SalesStatistic[];
|
|
776
776
|
/** The time aggregation mode for the chart. Defaults to 'month'. */
|
|
777
777
|
mode?: "month" | "week";
|
|
778
|
-
/** The height of the chart.
|
|
778
|
+
/** The height of the chart. */
|
|
779
779
|
chartHeight?: number;
|
|
780
780
|
/** Additional class names for custom styling. */
|
|
781
781
|
className?: string;
|