UNPKG

gov-gui

Version:

Gov UI Component Library Typscript Build

94 lines (93 loc) 2.67 kB
import '../../global/animate.min.css'; /** A scatter chart displays data points on a Cartesian coordinate system, showing the relationship between two variables. It’s commonly used for discovering correlations or patterns.*/ declare const _default: { title: string; component: string; tags: string[]; argTypes: { type: { control: 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; /** A scatter chart displays data points on a Cartesian coordinate system, showing the relationship between two variables. It’s commonly used for discovering correlations or patterns.*/ export declare const scatter: any;