Skip to content

Commit

Permalink
Update RechartBaseProps.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinju1017 committed Apr 6, 2020
1 parent 94f17f9 commit 8407386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/charts/src/interfaces/RechartBaseProps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface RechartBaseProps extends ChartContainerProps {
colors?: CSSProperties['color'][];
labels?: { [key: string]: string };

axisInterval: number;
axisInterval?: number;
labelFormatter?: (el) => void;
valueFormatter?: (el) => void;
dataLabelCustomElement?: JSX.Element;
Expand Down

0 comments on commit 8407386

Please sign in to comment.