Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
add prop to SuperChart for select (#1408)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdotson authored Oct 14, 2021
1 parent 19e659e commit 20acb86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/superset-ui-core/src/chart/components/SuperChart.tsx
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

1 comment on commit 20acb86

@vercel
Copy link

@vercel vercel bot commented on 20acb86 Oct 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.