UNPKG

gov-gui

Version:

Gov UI Component Library Typscript Build

95 lines (94 loc) 2.59 kB
import '../../global/animate.min.css'; /** * A bar chart component is a graphical representation of data using rectangular bars, where each bar's length or height corresponds to a specific value. It is commonly used to compare different categories, track trends over time, or display distributions. */ declare const _default: { title: string; component: string; tags: string[]; argTypes: { type: { control: string; options: string[]; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; category: string; }; }; data: { control: string; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; category: string; }; }; options: { control: string; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; category: string; }; }; animation: { control: string; options: string[]; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; category: string; }; }; animationDelay: { control: string; options: string[]; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; category: string; }; }; animationSpeed: { control: string; options: string[]; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; category: string; }; }; }; }; export default _default; export declare const bar: any;