Skip to content

Commit 8407386

Browse files
committed
Update RechartBaseProps.ts
1 parent 94f17f9 commit 8407386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/charts/src/interfaces/RechartBaseProps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export interface RechartBaseProps extends ChartContainerProps {
1313
colors?: CSSProperties['color'][];
1414
labels?: { [key: string]: string };
1515

16-
axisInterval: number;
16+
axisInterval?: number;
1717
labelFormatter?: (el) => void;
1818
valueFormatter?: (el) => void;
1919
dataLabelCustomElement?: JSX.Element;

0 commit comments

Comments
 (0)