Skip to content

Commit

Permalink
add prop to SuperChart for select (apache#1408)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdotson authored and zhaoyongjie committed Nov 26, 2021
1 parent 213e486 commit 8513645
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ export type Props = Omit<SuperChartCoreProps, 'chartProps'> &
FallbackComponent?: React.ComponentType<FallbackPropsWithDimension>;
/** Event listener for unexpected errors from chart */
onErrorBoundary?: ErrorBoundaryProps['onError'];
/** Prop for form plugins uisng superchart */
showOverflow?: boolean;
/** Chart width */
height?: number | string;
/** Chart height */
Expand Down

0 comments on commit 8513645

Please sign in to comment.