UNPKG

@theaimegroup/aime-component-library

Version:

AIME Component Library

18 lines (17 loc) 515 B
export interface StackedBarComponentProps { componentName: string; title?: string; titleFontColor?: string; titleFontSize?: string; titleFontWeight?: string; table_name: string; data_columns: string[]; orientation?: string; showLegend?: boolean; width: number; height: number; barsColor: string; barSize?: number; } declare function StackedBarChartComponent(props: StackedBarComponentProps): JSX.Element; export default StackedBarChartComponent;